Authentication

Create an API key

  1. Go to your workspace's dashboard
  2. Go to API
  3. Create a new API key if you don't have one already
  4. 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