Overview
The Botdog Zapier app uses user-specific API keys for authentication. Every Zap that interacts with Botdog needs a valid key. Requests without a valid key, or with a revoked or mistyped key, return an authentication error. Zapier uses the same API key model as the HTTP API: send the key as thex-api-key header on API calls. For full REST authentication details, see Authentication.
How to get your API key
Open Botdog on Zapier
Go to Botdog on Zapier and sign in to Zapier (they offer a free
trial).
Create an API key in Botdog
In the Botdog app, open API settings and create or copy an API
key. Keys are prefixed with
bd_live_.Security best practices for API keys
- Treat keys like passwords. Do not share them in chat, tickets, or public repos.
- Do not embed keys in browser-side code or mobile apps shipped to customers.
- Rotate keys from the dashboard if they may have been exposed.
- Prefer a dedicated key for Zapier so you can rotate it without affecting other integrations.