Create an API key
Open API Keys settings
Click your account name in the top-right corner, select Settings, and go to the API Keys tab.
Click Create API Key
Click Create API Key and enter a descriptive name — for example, “Zapier workflow” or “Internal dashboard script”.
Use your API key
Include the key in theAuthorization header on every API request:
Manage existing keys
From Settings → API Keys you can:- View all active keys (name and creation date — the full key value is never shown again)
- Revoke a key — immediately invalidates it, any requests using it will receive
401 Unauthorized - Delete a key — permanently removes it from your account
Revoking a key is immediate. Update any integrations or scripts using that key before revoking to avoid downtime.
Security best practices
- Give each key a descriptive name so you can identify and revoke individual integrations
- Never commit API keys to version control
- Rotate keys periodically or immediately if you suspect a key has been exposed
- Use one key per integration so you can revoke a single key without affecting others