Get RCS Capabilities

Check RCS capabilities for one or more phone numbers.

This endpoint allows you to verify which RCS features (cards, buttons, etc.) are supported on specific phone numbers before sending RCS messages to them.

Headers

PINNACLE-API-KEYstringRequired

Request

This endpoint expects an object.
phoneNumberslist of stringsRequired

List of phone numbers to check RCS capabilities for (E.164 format)

Response

Returns RCS capabilities for each requested phone number. The response is a map where keys are phone numbers and values are either: - `null` if the number doesn't support RCS - An object containing supported cards and actions if RCS is supported
cardsobject
actionsobject
Supported button action types inside the rich cards or quick replies. Each key is a button action type that defines a specific button type in the Pinnacle API.

Errors