Skip to main content

Get verified JWT token

POST 

/api/token/verified

Get a verified JWT token pair by submitting a Two-Factor authentication code.

Request

Body

required

    refresh stringrequired
    otp_token stringrequired

    The OTP (One Time Password) token received by the user from the configured Two Factor Authentication method.

Responses

Schema

    access stringrequired
    refresh stringrequired
Loading...