RCS
Check RCS capabilities
get/messaging/rcs/capabilities/{agent_id}/{phone_number}
Path parameters
agent_idstring required
RCS agent ID
phone_numberstring required
Phone number in E164 format
Response
Successful response
Example response
{
"data": {
"agent_id": "TestAgent",
"agent_name": "Testing agent",
"phone_number": "+13125551234",
"record_type": "rcs.capabilities"
}
}