OpenAPI 3.1.0raw.githubusercontent.com2026-08-191,3412,1385.0 MB

ec31f78cf002

RCS

Check RCS capabilities (batch)

Returns RCS capability information for multiple recipients in one request.

post/messaging/rcs/bulk_capabilities

Request body

agent_idstring required

RCS Agent ID

phone_numbersstring[] required

List of phone numbers to check

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"
    }
  ]
}