Skip to main content
All CollectionsWeb API
Web API – API Key
Web API – API Key

How to Generate the API Key

Updated over a week ago

Getting the API Key

To access the API for your company, you need the API key first. Please log in as an administrator and go to the Settings page. Select the Web API Key section on the left then click Generate API Key button to create one. If it has already been generated, click the Show API Key button.

Please DO NOT share the API key with anyone else. With the API key, anyone can access and modify any user data within the company.

Authorization

In each API call, you need to provide the api key as a request header named ‘Authorization’, and its value should be ‘apikey xxxxxxxxxxxxxxxxx’.

Header Name

Header Value

Authorization

apikey xxxxxxxxxxxxxxxxx

Did this answer your question?