How to access
Open the account drawer (click your avatar in the top-right) → Settings → API tab.API key management requires Admin or Super Admin role. Team members with the User role cannot view or create API keys.
Creating an API key
- Go to Settings → API Keys
- Click Create API Key
- Enter a name for your key (minimum 4 characters) — use a descriptive name like “n8n automation” or “custom script”
- Click Create
- Copy the key immediately — it will only be shown once
Using your API key
Include the API key in theAuthorization header of your API requests:
Do not use the
Bearer prefix — pass the API key directly as the Authorization header value.What you can do with the API
The public API gives you programmatic access to:
See the complete API Reference for all endpoints.
Managing API keys
- View — see all active API keys and their names
- Delete — revoke an API key permanently (any integrations using it will stop working)
- Regenerate — delete the old key and create a new one
Plans with API access
Rate limits
API requests are rate-limited to protect the platform:
See Rate Limits for details.
Integrations that use API keys
Postzee API keys are used by:- n8n Integration — automate workflows with the custom Postzee node
- AI Agents (MCP) — connect Claude Code, OpenClaw, and other AI agents
- Custom scripts — build your own automations with the REST API
API Reference
Full API documentation and endpoints.
n8n Integration
Automate Postzee with n8n workflows.