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

Changes

Changed in 2 of the 61 revisions of this API.7

    • the response's body type/format changed from object/ to / for status 4XX

      response-body-type-changed

    • the errors/items/ response's property type/format changed from object/ to / for status 4XX

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 4XX

      response-property-type-changed

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from / to object/ for status 4XX

      response-body-type-changed

    • the errors/items/ response's property type/format changed from / to object/ for status 4XX

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 4XX

      response-property-type-changed

    • the errors/items/source/pointer response's property type/format changed from string/json-pointer to string/ for status 4XX

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog