Auth

Get verified JWT token

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

post/api/token/verified

Request body

refreshstring required
accessstring required
otp_tokenstring required

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

Response

accessstring required
refreshstring required

Changes