API Keys
API keys let you access the Zevform API programmatically from your own applications.Creating an API Key
- Go to API in the sidebar.
- Click Create API key.
- Give it a descriptive name (e.g. “Production Backend”).
- Copy the key immediately — it won’t be shown again.
Using API Keys
Include your API key in theAuthorization header:
Managing Keys
- View — See all active keys with their creation date.
- Revoke — Delete a key to immediately disable access.
Security Best Practices
- Never expose API keys in client-side code.
- Use environment variables to store keys.
- Rotate keys periodically.
- Revoke keys you no longer need.