Authv1Authentication
Logout
Invalidate tokens and end session
curl -X POST "https://example.com/v1/logout"{
"message": "string"
}Invalidate tokens and end session
curl -X POST "https://example.com/v1/logout"{
"message": "string"
}POSTVerify TOTP
Previous Page
POSTRefresh token
Get new access token using refresh token. The X-App-ID header must match the value used during authentication; a mismatch revokes the refresh token. The Authorization header must contain an authenticated access token (`sub=user_auth`); MFA challenge tokens are rejected.