cURL
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>" } ]
Retrieve information for all organizations associated with the user
User ID
Successful response
The response is of type object[].
object[]