...
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 | ||
---|---|---|
| ||
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"}' |
...