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
uid
string

User ID

agentId
string

Agent ID

name
string

Agent name

country
string | null

Country code

businessPhoneNumber
string | null

Business phone number