API Keys
Generating an API Key
To authenticate requests to the Ebbot API, you must generate an API key within the Ebbot interface.
In the sidebar, go to Settings > Integrations > API keys.
Click the New button in the top-right corner.
Assign a name to the key and select an expiration date.
Click Save to create the key.
Security & Storage
The full API key consists of a public key and a private key joined by a dot (e.g., <public>.<secret>). This full key will be displayed only once. Please save it securely immediately after generation.
Expiration & Lifecycle
The API key remains valid until the expiration date selected during creation. Once this date passes, the key will automatically stop functioning.
Creating keys without an expiration date is a security risk. If a permanent key is compromised, it allows unauthorized access indefinitely until manually revoked. We strongly recommend setting an expiration date to ensure regular key rotation.
Authentication
When making calls, include the full API key in the request header:
x-api-key: <public-key>.<secret-key>Last updated
Was this helpful?

