Get RCS functionality
Retrieve the RCS functionality of a phone number. For example checks if a phone number can receive RCS message and if it can receive RCS carousels.
Headers
PINNACLE-API-Key
Query parameters
phoneNumber
The phone number to check for RCS functionality. Should be in E.164 format (i.e. +12345678901).
Response
Successfully retrieved RCS functionality
is_enabled
Indicates if RCS is enabled.
standalone_rich_card
Indicates if standalone rich cards are supported.
carousel_rich_card
Indicates if carousel rich cards are supported.
create_calendar_event_action
Indicates if buttons to create a calendar event are supported.
dial_action
Indicates if dial buttons are supported.
open_url_action
Indicates if open URL buttons are supported.
view_location_action
Indicates if view location buttons are supported.