Generate your API token by logging in to Octany and you can create API tokens in Admin β Settings β Developers.
Important
An API token is like a password, keep it secret and don't share it with anyone.
When making an API call, add your token as a X-API-Key header. Example cURL call:
curl "https://app.octany.com/api/[ACCOUNT_ID]/subscriptions" \
-H 'X-API-Key: [TOKEN]'
Replace [ACCOUNT ID] with your Octany account id and [TOKEN] with your API token.
