Skip to main content
POST
SMS: Validate 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

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"

Response

200 - undefined