POST
/
sms
/
validate-code
curl --request POST \
  --url https://api.legitimuz.com/sms/validate-code \
  --header 'Content-Type: multipart/form-data' \
  --form message=teste \
  --form phone=5511999999999

Headers

Origin
string

Client's domain (created during the integration key stage).

Example:

"dashboard.legitimuz.com"

x-api-key
string

Generated through the POST request to the IntegrationTokens endpoint.

Example:

"{{secret_key}}"

Query Parameters

phone
string

The phone number that received the validation code.

Example:

"5511999999999"

code
string

The code received on the phone number.

Example:

"655973"

Body

multipart/form-data
message
string
Example:

"teste"

phone
string
Example:

"5511999999999"