Capability Check API

Use the Capability Check API to verify whether a phone number supports RCS.

Endpoint details

FieldValue
Endpoint URLhttps://apis.rmlconnect.net/rcs/bot/v1/contactCapabilities?userContact=%2B91XXXXX⊥Name=XXXXXX
MethodGET
Content-Typeapplication/json
Authentication RequiredYes

Authentication

Pass a valid access token in the Authorization header.

HeaderRequiredDescription
AuthorizationYesValid access token used to authenticate the request.

Request parameters

ParameterRequiredDescription
userContactYesPhone number to check for RCS capability. Use URL encoding for the plus sign, such as %2B91XXXXX.
botNameYesRCS bot name used for the capability check.

Request example

curl --location 'https://apis.rmlconnect.net/rcs/bot/v1/contactCapabilities?userContact=%2B91XXXXX&botName=XXXXXX' \
--header 'Authorization: <access_token>' \
--header 'Content-Type: application/json'

Responses

200 OK — RCS Enabled

The phone number supports RCS.

404 Not Found — RCS Disabled

The phone number does not support RCS.



Did this page help you?