Two-factor authentication

Confirm two-factor authentication setup

POST/api/2fa/setup/confirm

Verifies an authenticator code, enables two-factor authentication, and returns a new set of backup codes.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Request body

NameTypeDescription
tokenrequiredstring
Example request

Responses

200The operation completed successfully.
NameTypeDescription
anyOfanyOf
200 example
400Bad request.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
400 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example
404Not found.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
404 example
429The operation completed successfully.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
429 example
503Service unavailable.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
503 example

Code samples

cURL