Table of Contents
Authentication
Generating an API Key
Structuring API Calls
Authentication
Generation of an API key must be done on a per account basis. The Redlist Public API doesn't currently support API Keys that span multiple accounts.
How to Generate an API Key
Login to Redlist and Go to Admin > Integration Hub
Click the blue + button at the top of the page
Click the Redlist option in the Connect Integration modal
Give the integration a Description and upload an image if desired - click Next
Choose the permissions desired - click Create
Copy the ApiKey, Secret, and ShardID - these will need to be included on all api requests for this account
Structuring the API Calls
Add the three required headers with their values (provided in the Redlist Integration Hub) to all Public API calls:
apiKey: {{API Key}}
vaultSecret: {{Secret}}
shardID: {{ShardID}}