Validate SMS Message

Validate SMS message content without sending it.

Headers

PINNACLE-API-KEYstringRequired

Request

This endpoint expects an object.
textstringRequired
Message content.

Response

Returns the validation results.
segmentsobject
Details about how the SMS content would be segmented for delivery.
totalobject
unitdouble
Cost per message segment.
isOverSegmentLimitboolean or null

Indicates if the message exceeds the allowed segment limit.

For SMS, this is limit is 10.

Errors