GET
/
voiceai
/
list
{
  "success": true,
  "data": [
    {}
  ],
  "status": 123
}

Authorization

authorization
string
required

Your API key for authentication.

Response

success
boolean

Indicates if the request was successful.

data
array

An array of agent objects.

status
number

The status code of the response.