x-workspace-id
and x-account-id
headers must be included in every request to ensure proper scoping.
This example is particularly useful for scenarios such as:
/tasks
endpoint./workspaces/assets/{asset_id}
endpoint./auth/token
endpoint to retrieve an authorization token. Replace <your_account_id>
, <your_key>
, and <your_secret>
with your account ID, API key, and secret, respectively.
/tasks
endpoint to retrieve tasks. Replace <your_token>
, <workspace_id>
, and <account_id>
with your authorization token, workspace ID, and account ID, respectively.
/workspaces/assets/{asset_id}
endpoint.