Create and manage API keys
API keys authenticate requests to the Tempivo REST API.
Requirements
- Verified email address (Settings → Security).
- API access on your plan (Enterprise or the API add-on).
Create a key
- Open Integrations and find the API Keys section.
- Select Generate New Key and name it after the system that will use it.
- Copy the key. It starts with
sk_live_and is shown only once.
Send the key as a Bearer token in the Authorization header. Keys give organization-wide API access, so store them in a secrets manager and never in client-side code. Revoke or delete keys you no longer use from the same section.
How is this guide?