Verify

View as Markdown
For TOTP users, `code` accepts either a 6-digit TOTP code OR a 10-char alphanumeric recovery code (hyphenated or not, e.g. `XXXXX-XXXXX`). Response may additionally include: `attributes.recovery_codes` (array, ONCE on first-time TOTP confirmation), `attributes.recovery_codes_remaining` (int, on recovery-code login), `attributes.recovery_codes_low` (bool, true when ≤3 remain).

Request

This endpoint expects a multipart form.
codestringRequired

Required: Code Received from OTP or TOTP

auth_challengestringRequired

Required: auth_challenge Received from auth/login

Response headers

Hoststring
X-Powered-Bystring
Cache-Controlstring

Response

OK
dataobject

Errors

401
Unauthorized Error