POST /auth/totp/verify
Verify Time-based One-Time Password token
/auth/totp/verify
POST
Verify Time-based One-Time Password token
| Key | Type | Example | Description |
|---|---|---|---|
| access_token required | string |
"example-string"
|
JWT access token
|
| token required | string |
"example-string"
|
TOTP token from authenticator
|
{
"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