SMS
Send message
This endpoint allows you to send an SMS message. It requires a Bearer Token (JWT) for authentication, which can be generated using the endpoint “/external/generate_jwt”. The response format is outlined below. Additionally, you’ll need to include the API key in the request header, which can be obtained by making a POST request to the IntegrationTokens endpoint.
POST
Headers
Client's domain (created during the integration key stage).
Example:
"dashboard.legitimuz.com"
Generated through the POST request to IntegrationTokens.
Example:
"{{secret_key}}"
Response
200
Successful message delivery.