Skip to main content

Get super JWT

POST 

/v2/user/generate-super-token

Generates new JWT token permitted to sensitive operations

Request

Body

required
    otp string

    Has to be provided when TOTP enabled

    password string

    Has to be provided when TOTP not enabled

Responses

OK

Schema
    accessToken string
    tokenType string
Loading...