POST
/
get-agents
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>"
  }
]

Authorizations

X-Authorization
string
header
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object[].