You can use the Cyclr API to make calls against specific Cyclr Accounts.
For each call, replace {CyclrAPIDomain} with your Cyclr api domain.
You also need to include the following values in the HTTP Headers:
| Parameter | Description |
|---|---|
Authorization | Your Cyclr Access Token. Use the format: Bearer {access_token} |
X-Cyclr-Account | The {API ID} of the Account to make a call against. |