Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can generate an authentication token from your username and password with a

Status
colourGreen
titlePOST
/accounts/api-token-auth/ call, with the following request body:

Code Block
languagejson
{
  "username": "user123",
  "password": "pw123"
}

...

All API calls will generate a response in the format below:

Code Block
languagejson
{
  "requestId": null,
  "result": "",
  "error": null
}

...