For the complete documentation index, see llms.txt. This page is also available as Markdown.

Confirm OTP

Confirm OTP setup with an OTP token.

Request body

Field
Type
Required

token

Number

true

Responses

201: Created

description: Successful operation.
content:
  application/json:
    schema:
      $ref: '#/components/schemas/OTPConfirmResponseDTO'

401: Unauthorized

description: Unauthorized.

403: Forbidden

description: Forbidden.

500: Internal Server Error

Last updated