← Back to all endpoints
POST /admin/auth/step-up public

Headers

NameRequiredDescription
X-Admin-Token Yes -

Request Body

Content-TypeFormat
application/json object

Schema

FieldTypeRequiredDescription
password string Yes Password

Example

{ "password": "<password>" }

Responses

200 Successful Response
{ "step_up_token": "<step_up_token>", "expires_in": 0 }
422 Validation Error
{ "detail": [] }