This endpoint allows you to validate a code received via SMS on 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.
Client's domain (created during the integration key stage).
"dashboard.legitimuz.com"
Generated through the POST request to the IntegrationTokens endpoint.
"{{secret_key}}"
The phone number that received the validation code.
"5511999999999"
The code received on the phone number.
"655973"
This endpoint allows you to validate a code received via SMS on 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.
Client's domain (created during the integration key stage).
"dashboard.legitimuz.com"
Generated through the POST request to the IntegrationTokens endpoint.
"{{secret_key}}"
The phone number that received the validation code.
"5511999999999"
The code received on the phone number.
"655973"