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

ec31f78cf002

RCS

Check RCS capabilities

Returns the RCS features supported by the specified recipient for the selected agent.

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