- User API documentation
- Organization API documentation
- Order API documentation
- Client API documentation
- Handbook API documentation
- Market API documentation
- Marketplace API documentation
If you inserted an incorrect token or an expired token in the header, it will give
Response 401
{
"detail": "Given token not valid for any token type",
"code": "token_not_valid",
"messages": [
{
"token_class": "AccessToken",
"token_type": "access",
"message": "Token is invalid or expired"
}
]
}
You actually need to add an organization field in your request body, except url related with user api functionality.
If you will not do that the response will be 403 error.
In the API documentation, the expression "empty request" means that a request with an organization field.
Path-end ratio with necessary variables in path:
-l
: int:organization_id /
-r
: int:object_id / int:organization_id /
-c
: None
-ud
: int:object_id /
-u
: int:object_id /
-rud
: int:object_id /
-d
: int:object_id /
Exception:
user
: int:object_id
- Fixing views, serializers and logic related to mongo db
- Change the logic of client login to the account
- Add notification channels with celery
- Rewrite documentation(Maybe using Swager UI)