Authenticate your Zap with Botdog using a personal API key from the Botdog dashboard. To use the Botdog Zapier integration, each user must provide their own API key when setting up a Zap. The key identifies your workspace and authorizes the Zap to access your Botdog account. Follow the steps below to obtain and use your key securely.Documentation Index
Fetch the complete documentation index at: https://docs.botdog.co/llms.txt
Use this file to discover all available pages before exploring further.
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.