Skip to main content
POST
Verify Sms Code

Authorizations

Authorization
string
header
required

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

Body

application/json
phone
string
required
sms_code
string
required

Response

Successful Response

access_token
string
required
expires_at
integer
required
refresh_token
string
required
refresh_token_expires_at
integer
required
token_type
string
default:Bearer