Skip to content
Get started

Auth

Current user profile
GET/api/auth/me/
Register
POST/api/auth/register/

AuthAPI Keys

List API tokens
GET/api/auth/api-keys/
Generate API token
POST/api/auth/api-keys/
Revoke API token
DELETE/api/auth/api-keys/{id}/

AuthToken

Create
POST/api/auth/token/
Refresh
POST/api/auth/token/refresh/