POST /auth/mobile/verify
Verify SMS token for mobile 2FA
/auth/mobile/verify
POST
Verify SMS token for mobile 2FA
| Key | Type | Example | Description |
|---|---|---|---|
| access_token required | string |
"example-string"
|
JWT access token
|
| token required | string |
"example-string"
|
SMS token received
|
{
"verified": true
}
{
"success": false,
"error": "ERROR_KEY"
}
| permission | description |
|---|---|
*public |
No authentication required - public endpoint |
Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories