Verify SMS login
Verifies an SMS login by validating the verification code sent to the phone number.
On success, returns an OAuth2-compatible token response with a JWT access token.
Body
Response
Login verified successfully. Returns access token for API authentication.
OAuth2-compatible token response containing the access token for authenticating API requests.
JWT access token for authenticating API requests. Include in the Authorization header as "Bearer {accessToken}".
The type of token issued. Always "Bearer" for JWT tokens.
Bearer "Bearer"
Number of seconds until the access token expires.
604800
The unique identifier of the authenticated user.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"