Skip to content
English
  • There are no suggestions because the search field is empty.

Why are my API calls returning me with 'Invalid Token' error?

If you are receiving an "Invalid Token" error when making calls through our API, the token you are using to make requests has most likely expired. The tokens provided from each APIAUTH call will only be valid for 24 hours, and each time a new AUTH call is made, the previous token will no longer be valid.

What is a Token?

Whenever you make an authentication call to the Data Zoo API, you will receive a token that you will use for requests to your available Data Sources. The input and output for the API Authentication calls are as follows:

API call (JSON)

For more information please consult our API documentation Data Zoo API documentation..