Authentication endpoints¶
Obtain user authentication token¶
To obtain user authentication token¶
/auth/token/login/
Method |
Request |
Response |
---|---|---|
POST |
|
|
To logout user (remove user authentication token)¶
/auth/token/logout/
Method |
Request |
Response |
---|---|---|
POST |
– |
HTTP_204_NO_CONTENT |
To retrieve user data.¶
/api/v1/auth/users/me/
Method |
Request |
Response |
---|---|---|
POST |
– |
|