...
You can generate an authentication token from your username and password with a
Status | ||||
---|---|---|---|---|
|
/accounts/api-token-auth/
call, with the following request body: Code Block | ||
---|---|---|
| ||
{ "username": "user123", "password": "pw123" } |
...
All API calls will generate a response in the format below:
Code Block | ||
---|---|---|
| ||
{ "requestId": null, "result": "", "error": null } |
...