SMS
Send code
This endpoint allows you to send a validation code via SMS to a specified phone number. It requires a Bearer Token (JWT) for authentication, which can be generated using the endpoint “/external/generate_jwt”. The response format is outlined below.
POST
Headers
Client's domain (created during the integration key stage).
Example:
"dashboard.legitimuz.com"
Generated through the POST request to the IntegrationTokens endpoint.
Example:
"{{secret_key}}"
Query Parameters
Phone number that will receive the validation code
Example:
"5511999999999"
Response
200
Successful code delivery.