Skip to main content
POST
Verify phone OTP code against user phone number

Authorizations

Authorization
string
header
required

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

Body

application/json

Phone number OTP verification request

phone_number
string
required

Phone number

Required string length: 3 - 50
Example:

"+61412345678"

code
string
required

Phone number verification OTP

Required string length: 6
Example:

"123456"

Response

OK