GET
/
get-orgs
curl --request GET \
  --url https://app.phonely.ai/api/get-orgs \
  --header 'X-Authorization: <api-key>'
[
  {
    "uid": "<string>",
    "agentId": "<string>",
    "name": "<string>",
    "country": "<string>",
    "businessPhoneNumber": "<string>"
  }
]

Authorizations

X-Authorization
string
header
required

Query Parameters

uid
string
required

User ID

Response

200
application/json

Successful response

The response is of type object[].