We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
All API endpoint(except index) require a staff user's token on the header.
Authorization: Token {your_token}
Client could retrieve the token from POST /auth endpoint.
/auth
Client should include body(username and password) on request to retrieve the token.