Skip to main content
Get Voice Configuration
curl --request GET \
  --url https://{api_endpoint}/api/v1/voice_configurations/{voice_configuration_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-watson-origin
string

Path Parameters

voice_configuration_id
string<uuid>
required

Response

Successful Response

The response is of type any.