Create an API key
1
Go to Settings → API Keys
[Screenshot: Settings navigation with API Keys highlighted]
2
Click + Create API Key
Enter a descriptive name for the key (e.g., “Google Sheets Script”, “Reporting Tool”).[Screenshot: Create API Key form with name field and scope checkboxes]
3
Select scopes
Choose what the key is allowed to do:
Grant only the scopes your integration needs.
4
Copy the key
The full API key is shown once immediately after creation. Copy it and store it securely — you won’t be able to see it again.[Screenshot: API key creation success screen with the key highlighted and a copy button]
Revoke an API key
To revoke a key, click the delete icon next to it in the API Keys list. Revoked keys stop working immediately.Using API keys
Include your API key in theAuthorization header of all API requests:
Best practices
- Create a separate key for each integration so you can revoke one without affecting others
- Use the minimum scopes required for each key
- Rotate keys periodically or immediately if you suspect a key has been compromised