Overview
Not a developer? This page is for whoever is connecting another program to your account. An API key is a password that lets another program use your account. Create one here, send it to your developer privately (never by email or chat), and point them to this page. If they also mention a webhook, an endpoint URL, a signing secret, or a payload, those are explained in plain words on the Webhooks page. API keys let external systems and integrations act on your workspace through the Autocampaign AI API. Manage them at Settings → API keys (/settings/api-keys).
Time to complete: ~5 minutes · Difficulty: Advanced · You need a
role that can manage API keys, and you must be
signed in as a person — a key can’t be used to create other keys.
Create an API key
1
Create key
Go to Settings → API keys and click Create API key.
2
Name it
Give it a Name (e.g. “Zapier integration”), an optional description, and an
optional expiration (leave blank for a key that never expires).
3
Copy the secret now
The full key (starting with
et_live_) is shown once. Copy and store it
immediately — you can’t see it again.Authenticate
Send the key on each request using either header (the part of a request that carries the key):Rotate, revoke, delete
- Rotate — generates a new secret (shown once) and immediately stops the old one working. Use this if a key may have leaked.
- Revoke — stops the key working immediately, keeping its history.
- Delete — removes it from the list.
API keys can’t manage other API keys or webhooks
— those actions require a signed-in user.
FAQ
Can I limit a key to specific permissions?
Can I limit a key to specific permissions?
Not today — every key has Owner-level access. Treat keys as highly sensitive and
rotate them regularly.
I lost my key — can I see it again?
I lost my key — can I see it again?
No. The secret is shown only once. Rotate the key to get a new secret.
How do I use the API?
How do I use the API?
See the API reference for authentication, conventions, and
available endpoints (the web addresses your program sends requests to).
Troubleshooting
Set up webhooks
Get told automatically when something happens in your account.
