API reference
POSTPublic
Verify login MFA
/api/v1/login/mfa/verify
Submit `/api/v1/login/mfa/verify`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
challenge_token Required | string | Challenge token returned by login. |
method Required | string | `email` or `totp`. e.g. "email" |
code Required | string | One-time code. e.g. "123456" |
Responses
| Status | Meaning |
|---|---|
| 502 | See the example response. |