Get Access token

To get an access token for an API, you need to start by creating an application in HQ. To learn how to create an application, click on the following link for more information. Once you've created the application, click on the "GET ACCESS TOKEN" button.

 

 

Here's a clearer version of the text you provided. The following information is available: You can obtain an access token using three keys, and their corresponding values will be displayed. However, those data are usable only within 30 minutes. For each access token, client_secret will regenerate and keys client_id and grant_type will be always the same.

URL and API details are also shown in that window. Clicking on the + button automatically will copy the API URL.

 

Now you can use any application to get data from API. After you get the token (Bearer token), use a second API call to get data:

Was this article helpful?