Auth

Verifies TOTP two-factor authentication

post/api/two-factor-auth/verify/

Request body

emailstring email

Deprecated. User identity is resolved from the 2FA token. This field is ignored and will be removed in a future version.

codestring
backup_codestring

Response

OR

Changes

Changed in 1 of the 6 revisions of this API.6

    • the endpoint scheme security JWT was removed from the API

      api-security-removed

    • the endpoint scheme security UserSource JWT was removed from the API

      api-security-removed

    • request body became optional

      request-body-became-optional

    • the request property email became optional (media type: application/json)

      request-property-became-optional

    • the request property email became optional (media type: application/x-www-form-urlencoded)

      request-property-became-optional

    • the request property email became optional (media type: multipart/form-data)

      request-property-became-optional