Authentication
Create an API key
- Go to your workspace's dashboard
- Go to API
- Create a new API key if you don't have one already
- Tap the copy icon to copy the API key
Usage
For all your requests, send the API key in the Authorization header like this;
Authorization: Key YOUR_API_KEY
Notes
- An API key is tied to the user who created it, who is a workspace owner
- In logs and document history, etc, the API key owner would show as the user who made the action (eg, document upload or member invite, etc.)
- If you delete an API key, any integrations using it will immediately stop working. Make sure you create a new API key first and update your integrations to use the new API key before you delete any API keys