Skip to main content
List Voice Configurations
curl --request GET \
  --url https://{api_endpoint}/api/v1/voice_configurations \
  --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

Query Parameters

agent_id
string<uuid>
environment_id
string

Response

Successful Response

The response is of type any.