Authentication
Before you retrieve data from an endpoint, it’s important that you authenticate your request using a token, which is a key you use in the following header of your API request: `X-Auth-Token: ${your-designated-api-token}`
Tokens are assigned upon request and should only be used within the scope of your organization.