You need to get an access token to be able to use the License Statistics API. API tokens are unique identifiers associated with your account that are used to authenticate your requests in API. Before you generate an API token, you need to enable API access.

To use the token, add an HTTP header "X-Auth-token" to every request you make.

Example request

curl -H "X-Auth-token: token" "http://yourdomain/url-to-api"