RCS
Check RCS capabilities (batch)
post/messaging/rcs/bulk_capabilities
Request body
Example request
{
"agent_id": "TestAgent",
"phone_numbers": [
"+13125551234"
]
}Response
Successful response
Example response
{
"data": [
{
"agent_id": "TestAgent",
"agent_name": "Testing agent",
"phone_number": "+13125551234",
"record_type": "rcs.capabilities"
}
]
}