All requests to the API are authenticated by providing your API key. The API key should be provided as an HTTP header named Api-Token
.
Example:
Account name: 123456demo.activehosted.com
API Token: 123abc-def-ghi
curl -H "Api-Token: 123abc-def-ghi" https://123456demo.api-us1.com/api/3/users/me
Remember to keep your API key secret. Do not share it and take care not to expose it publicly in client-side code.