Skip to main content
POST
Create token

Create Token

This endpoint generates a new token by providing your username and password.

Request Body

You must provide your username and password to obtain the token.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
username
string
required
password
string<password>
required

Response

Token generated successfully

access
string
refresh
string