API reference
POSTPublic
Send login MFA email
/api/v1/login/mfa/email/send
Submit `/api/v1/login/mfa/email/send`. 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. |
Responses
| Status | Meaning |
|---|---|
| 502 | See the example response. |