Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The Telnyx-assigned agent identifier.

Response

Carrier approval records for the agent.

approval_id
string<uuid>
required
scope_type
enum<string>
required
Available options:
carrier,
hub,
bot
status
enum<string>
required
Available options:
PENDING,
SUBMITTED,
APPROVED,
REJECTED
carrier
string | null
required
submitted_at
string<date-time> | null
required
approved_at
string<date-time> | null
required
rejected_reason
string | null
required