Skip to main content
POST
SMS: Send Code

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.