Mobile - Authentication

Verify SMS OTP

Verify SMS OTP and return JWT tokens if valid.

post/api/v1/mobile/auth/sms-verify

Request body

phone_numberstring required

Phone number that received OTP

tokenstring required

OTP code

Response

Successful Response

access_tokenstring required

JWT access token

refresh_tokenstring required

JWT refresh token

expires_atinteger required

Token expiration timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.