Prerequisites
You must have access to the Datanyze API in order to access the functionality listed in this article.
Datanyze provides a REST API to allow our users to access Datanyze data and their reports.
What’s in this article:
- Getting your API token
- Making a test API call
- Understanding the API methods
Getting Your API Token
- Login to Datanyze.
- Go to your API settings panel by clicking your email address in the top-right corner, then click Settings, then clicking on the API tab.
- Find the long string of text next to Your current token: That’s your API token.
- If you need a new token, you can click the Generate new API token button.
Making a Test API Call
Once you’ve found your API token, you can test it out in your terminal or by clicking the link provided in the settings:
Understanding the API Methods
Once you’ve successfully tested an API call, it’s time to check out the API documentation and understand the available endpoints. To find the API documentation, follow these instructions:
- Login to Datanyze.
- Go to your API settings panel by clicking your email address in the top-right corner, then click Settings, then clicking on the API tab.
- Click on the link that reads: “Please refer to our API Documentation if you have any questions.”
In the documentation, you’ll see a list of available API methods as well as a list of errors. Each method includes a description, list of parameters, an example URL, and notes. If there are any data points that are not available through the API, send us an email to support@datanyze.com and we’ll look into adding it!