Token

Endpoints for Token Operations.

Obtain Token

API Endpoint Path
/api/token/
Method
  • POST

Request Example:

{
	"username": "username_or_email",
	"password": "mock_password"
}

Refresh Token

API Endpoint Path
/api/token/refresh/
Method
  • POST

Revoke Token / Logout

API Endpoint Path
/api/token/revoke/
Method
  • POST