Skip to main content
POST
OTP Code - Validate Code

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
contact_id
string
required

Contact ID.

Required string length: 10 - 50
Pattern: ^[0-9]+@[cs]\.us$
Example:

"xxx@c.us"

code
string
required

OTP Code.

Required string length: 4 - 8
Pattern: ^[0-9]{4,8}$
Example:

"123456"

Response

The response is of type object.