Skip to main content
POST
Get agent information
Returns the agent’s ID, name, and owner ID, plus its country and business phone number when available. The API key must belong to the supplied user, and that user must have access to the agent. This endpoint returns a compact agent record rather than the complete flow configuration.

Authorizations

X-Authorization
string
header
required

Body

application/json
uid
string
required

User ID

agentId
string
required

Agent ID

Response

Successful response

uid
string
required

User ID

agentId
string
required

Agent ID

name
string
required

Agent name

country
string | null

Country code

businessPhoneNumber
string | null

Business phone number

Last modified on August 10, 2026