Validate RCS Message

Validate RCS message content without sending it.

Headers

PINNACLE-API-KEYstringRequired

Request

This endpoint expects an object.
Rich TextobjectRequired
Message containing longer text content with optional quick reply buttons.
OR
Rich MediaobjectRequired
Message containing a media file and/or text with optional quick reply buttons.<br> See [supported media types](https://app.pinnacle.sh/supported-file-types?type=RCS-MEDIA).
OR
Rich CardsobjectRequired
Message containing cards, each with its own title, subtitle, and/or buttons. Quick replies can also be added. <br> See [supported file types](https://app.pinnacle.sh/supported-file-types?type=RCS-CARD).

Response

Returns validation results.
totaldouble
Total price of this message. Calculated by multiplying the number of messages by the unit cost.
unitdouble
Cost per message.
unsupportedFileslist of strings
List of unsupported media file names or URLs.

Errors