Skip to main content

api_token_create

POST /api/token/

Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.

Request Body required
  • email string required
  • password string required
Responses

Schema
  • access string required
  • refresh string required
Loading...