POST
/
send
{
  "message": "RCS message sent successfully."
}

Headers

PINNACLE-API-KEY
string
required

Pinnacle API Key for authentication. Should be in the following format: PINNACLE-API-KEY: Bearer <your_api_key>

Body

application/json
message_type
enum<string>
required

The type of message being sent

Available options:
sms
message
object
required

The content of the message

phone_number
string
required

The recipient's phone number. Ensure that the phone number is supported for your account and in E.164 format. Use the GET /get_supported_numbers endpoint to retrieve supported numbers.

Response

200 - application/json
message
string