POST /auth/totp/verify
Verify Time-based One-Time Password token
Verify Time-based One-Time Password token
| Key | Type | Example | Description |
|---|---|---|---|
| access_tokenrequired | string | 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...' | bearer access token |
| tokenrequired | string | 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...' | TOTP token from authenticator |
{
"verified": true
}{
"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
