Skip to main content
POST
Get agents information
Returns compact records for the agents assigned directly to the supplied user. Each record includes the agent’s ID, name, owner ID, country, and business phone number when available. The X-Authorization API key must belong to the supplied user ID.

Authorizations

X-Authorization
string
header
required

Body

application/json
uid
string
required

User ID

Response

Successful response

uid
string
required

User ID

agentId
string
required

Agent ID

name
string
required

Agent name

country
string | null
required

Country code

businessPhoneNumber
string | null
required

Business phone number

Last modified on August 10, 2026