Versions Compared

Key

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

...

The limits are soft and can be changed by request if required.

Get an Access Token

You can use the Access Token to make a request to any of our public API endpoints listed in this documentation.

Request

Code Block
languagebash
curl -X POST https://rest.doo.net/v1/oauth \
-H 'Content-Type: application/json' \
-H 'x-api-key: <api_key>' \
-d '{"client_id": "<client_id>", "client_secret": "<client_secret>", "grant_type": "client_credentials"}'

...