POST /auth/mobile/verify

Verify SMS token for mobile 2FA

Verify SMS token for mobile 2FA
KeyTypeExampleDescription
access_tokenrequiredstring
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...'
bearer access token
tokenrequiredstring
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...'
SMS token received
{
  "verified": true
}
{
  "error": "ERROR_KEY"
}
PermissionDescription
*publicNo authentication required, public endpoint

Back to Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories