Mobile - Authentication

Verify Email OTP

Verify Email OTP and return JWT tokens if valid.

post/api/v1/mobile/auth/email-otp-verify

Request body

emailstring required

Email address 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.