cURL
curl --request POST \ --url https://app.phonely.ai/api/get-agents \ --header 'Content-Type: application/json' \ --header 'X-Authorization: <api-key>' \ --data '{ "uid": "<string>" }'
[ { "orgId": "<string>", "name": "<string>" } ]
Retrieve information for all agents associated with the user
Successful response
The response is of type object[].
object[]