# Botdog API ## Docs - [Account analytics](https://docs.botdog.co/api-reference/analytics/account-analytics.md): Aggregated outreach metrics across all campaigns for the team. - [Daily activity](https://docs.botdog.co/api-reference/analytics/daily-activity.md): Day-by-day activity breakdown for the selected date range. - [Metrics by user](https://docs.botdog.co/api-reference/analytics/metrics-by-user.md): Outreach metrics grouped by each team member. - [Campaign statistics](https://docs.botdog.co/api-reference/campaigns/campaign-statistics.md) - [Get campaign by ID](https://docs.botdog.co/api-reference/campaigns/get-campaign-by-id.md) - [List campaigns](https://docs.botdog.co/api-reference/campaigns/list-campaigns.md): Returns campaigns for the authenticated user. Filter by `status` and/or `userIds`. - [Get API health status](https://docs.botdog.co/api-reference/health/get-api-health-status.md) - [Add leads to campaign](https://docs.botdog.co/api-reference/leads/add-leads-to-campaign.md): Batch add leads to an existing campaign. Up to 100 leads per request. - [Current team](https://docs.botdog.co/api-reference/teams/current-team.md): Returns the authenticated user's team name and member count. - [Get user by ID](https://docs.botdog.co/api-reference/users/get-user-by-id.md) - [List users](https://docs.botdog.co/api-reference/users/list-users.md) - [Authentication](https://docs.botdog.co/authentication.md): API keys, headers, and security practices. - [Changelog](https://docs.botdog.co/changelog.md): Notable API and documentation changes. - [Errors](https://docs.botdog.co/errors.md): HTTP status codes and error response shape. - [Introduction](https://docs.botdog.co/introduction.md): What the Botdog API is for, what you can build, and how to navigate these docs. - [Quick start](https://docs.botdog.co/quickstart.md): First integration steps with the Botdog API. - [Rate limiting](https://docs.botdog.co/rate-limiting.md): Per-endpoint limits, response headers, and backoff guidance. - [SDKs and examples](https://docs.botdog.co/sdks.md): Copy-paste examples until official SDKs ship. - [Delivery and retries](https://docs.botdog.co/webhooks/delivery-and-retries.md): How Botdog delivers webhook events, retries failures, and exposes delivery history. - [Events and payloads](https://docs.botdog.co/webhooks/events.md): Every webhook event Botdog can send, with example payloads. - [Webhooks overview](https://docs.botdog.co/webhooks/overview.md): Receive real-time notifications when Botdog visits a profile, sends an invitation, gets a reply, and more. - [Signature verification](https://docs.botdog.co/webhooks/signature-verification.md): Verify the X-Webhook-Signature header so you know a delivery really came from Botdog. - [Zapier Actions](https://docs.botdog.co/zapier/actions.md): Send leads and data into Botdog from your Zaps. - [Zapier App Authentication](https://docs.botdog.co/zapier/authentication.md): Connect the Botdog Zapier app using your API key. - [Zapier integration overview](https://docs.botdog.co/zapier/overview.md): Connect Botdog to HubSpot, Sheets, Slack, and thousands of other apps with Zapier—no code required. - [Zapier Triggers](https://docs.botdog.co/zapier/triggers.md): Current trigger availability for the Botdog Zapier app. ## OpenAPI Specs - [openapi](https://docs.botdog.co/openapi.json) ## Optional - [Botdog dashboard](https://app.botdog.co) - [API keys](https://app.botdog.co/settings/integrations/api) - [Support](https://kb.botdog.co)