cURL
curl --request GET \ --url https://api.voice-mate.com/v1/agents \ --header 'Authorization: Bearer <token>'
{ "status": "success", "agents": [ { "sid": "agent_340846df-6fc5-4550-8c8e-590761765548", "name": "Schedule call", "created_at": "2025-05-03T10:43:50.472662Z", "updated_at": "2025-05-03T10:43:50.472702Z" } ] }
Returns all agents that the user has access to.
Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page
List of agents
success
error
Show child attributes