An API key is a unique identifier used to authenticate a client when making requests to our API. It is a secret token that allows us to identify the which organization is calling us so we can correctly limit access to resources.
At the time of writing, all API keys have Admin access to their respective organizations.
Create an API key
To create an API key, navigate to Settings and members > API keys in the dashboard. There you'll see a form at the top of the page which allows you to create a new API key.
Only organization administrators can access this page
Revoke an API key
If you suspect an API key has been compromised or you are not using it anymore, click the "Revoke" button next to the API key in the table. You can check which keys have no activity or no recent activity by checking the "Last used" column. This is an accurate timestamp of the last time a key was used to authenticate a request.