Skip to main content
GET
/
v1
/
voice_configurations
List Voice Configurations
curl --request GET \
  --url https://{api_endpoint}/api/v1/voice_configurations \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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