RCS Agents
List RCS agent carrier approvals
Lists carrier approval records for an RCS agent. The provider may expose per-carrier, hub-level, or bot-level approval status.
get/rcs/agents/{id}/carrier_approvals
Path parameters
idstring uuid required
The Telnyx-assigned agent identifier.
Response
Carrier approval records for the agent.
Example response
[
{
"approval_id": "33333333-3333-4333-8333-333333333333",
"approved_at": null,
"carrier": null,
"rejected_reason": null,
"scope_type": "hub",
"status": "SUBMITTED",
"submitted_at": "2026-08-10T12:00:00Z"
}
]