Capability Check API
Use the Capability Check API to verify whether a phone number supports RCS.
Endpoint details
| Field | Value |
|---|---|
| Endpoint URL | https://apis.rmlconnect.net/rcs/bot/v1/contactCapabilities?userContact=%2B91XXXXX⊥Name=XXXXXX |
| Method | GET |
| Content-Type | application/json |
| Authentication Required | Yes |
Authentication
Pass a valid access token in the Authorization header.
| Header | Required | Description |
|---|---|---|
| Authorization | Yes | Valid access token used to authenticate the request. |
Request parameters
| Parameter | Required | Description |
|---|---|---|
| userContact | Yes | Phone number to check for RCS capability. Use URL encoding for the plus sign, such as %2B91XXXXX. |
| botName | Yes | RCS 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.
Updated 11 days ago
Did this page help you?