To call the Data Access API, you must include an access token in every request. You can generate this token in the Zilliant Pricing Plus application.
Before you begin
Make sure you can sign in to Pricing Plus and that you have the Admin role.
Generate a token
Sign in to Zilliant at https://login.myzilliant.com
.
In the left navigation panel, select Settings to view the Admin Configuration page.
Select API Clients.
Create or select a client. To create a client:
Select Add Client.
Enter client name and description.
From the Client Permission dropdown, select Read Data Access API.
Select Add.
Copy the Client ID and Client Secret and save them in your password manager. Then select Done.
On the client row, select Generate Token.
Enter the Client Secret, then select Generate Token.
Copy the token, then select Done.
When you call the Data Access API, include this token in the Authorization header as a bearer token.
Note
Access tokens expire in 60 minutes.