POST /auth/mobile/request
Send SMS token for mobile 2FA
/auth/mobile/request
POST
Send SMS token for mobile 2FA
| Key | Type | Example | Description |
|---|---|---|---|
| access_token required | string |
"example-string"
|
JWT access token
|
{
"resend": 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