POST
/
sms
/
send-code
curl --request POST \
  --url https://api.legitimuz.com/sms/send-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

Phone number that will receive the validation code

Example:

"5511999999999"

Body

multipart/form-data
message
string
Example:

"teste"

phone
string
Example:

"5511999999999"

Response

200

Successful code delivery.