RCS Agents
Retrieve an RCS agent
Retrieves an RCS agent, section statuses, test devices, carrier approvals, and provider capabilities.
get/rcs/agents/{id}
Path parameters
idstring uuid required
The Telnyx-assigned agent identifier.
Response
The requested RCS agent.
Example response
{
"agent_id": "22222222-2222-4222-8222-222222222222",
"basics_status": "SUBMITTED",
"billing_category": "NON_CONVERSATIONAL",
"brand_id": "11111111-1111-4111-8111-111111111111",
"campaign_status": null,
"capabilities": {
"brand_entity": true,
"brand_verification": true,
"campaigns": false,
"distinct_launch_phase": false,
"invite_test_devices": false,
"per_carrier_approval": false,
"submission_sections": true,
"templates": false,
"vendor_webhooks": false
},
"carrier_approvals": [],
"configuration": {
"basics": {
"brand_color": "#123456",
"description": "Order confirmations and delivery updates",
"email": {
"address": "support@example.com",
"label": "Support"
},
"hero_url": "https://www.example.com/rcs/hero.png",
"logo_url": "https://www.example.com/rcs/logo.png",
"privacy_policy_url": "https://www.example.com/privacy",
"terms_and_conditions_url": "https://www.example.com/terms"
},
"campaign": null,
"testing": null
},
"display_name": "Acme Order Updates",
"hosting_region": null,
"profile_id": "40000000-0000-0000-0000-000000000001",
"status": "SUBMITTED",
"test_devices": [],
"testing_status": null,
"use_case": "TRANSACTIONAL"
}