Skip to main content

Obtain auth token pair

POST 

/api/token

Authenticate the user and return a token pair

Request

Body

required

    email stringrequired
    password stringrequired

Responses

Schema

    access stringrequired
    refresh stringrequired
Loading...