> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatbridge.algosmiths.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Every /api/v1/ endpoint, grouped by resource

Every endpoint below shares the same auth model (see [Authentication](/authentication)) and rate limit
(see [Rate Limits](/rate-limits)): a `Bearer cb_...` API key, scoped to the permissions listed on each
endpoint, at 60 requests/minute per key.

<CardGroup cols={2}>
  <Card title="Contacts" icon="address-book" href="/api-reference/contacts/list-contacts">
    List, create, update, delete, and bulk-import contacts.
  </Card>

  <Card title="Conversations" icon="messages" href="/api-reference/conversations/list-conversations-latest-message-per-contact">
    List conversations, read message history, update status/priority/tags/assignment.
  </Card>

  <Card title="Messages" icon="paper-plane" href="/api-reference/messages/send-a-whatsapp-message">
    Send text, media, interactive, and template messages.
  </Card>

  <Card title="Templates" icon="file-lines" href="/api-reference/templates/list-message-templates">
    List your approved/pending WhatsApp message templates.
  </Card>

  <Card title="Team" icon="users" href="/api-reference/team/list-team-members">
    List team members and team inboxes.
  </Card>

  <Card title="Catalogue" icon="grid" href="/api-reference/catalogue/list-catalogue-products-live-meta-proxy">
    Read your connected Meta product catalogue.
  </Card>

  <Card title="Tickets" icon="ticket" href="/api-reference/tickets/list-tickets">
    Full CRUD, comments, activity log, and escalation.
  </Card>

  <Card title="Ticket Pipelines & Stages" icon="diagram-project" href="/api-reference/ticket-pipelines/list-ticket-pipelines">
    Configure the pipelines and stages tickets move through.
  </Card>

  <Card title="Flows" icon="sitemap" href="/api-reference/flows/list-whatsapp-flows-live-meta-sync">
    Read-only access to WhatsApp Flows, metrics, and submissions.
  </Card>
</CardGroup>

Use the sidebar to browse every endpoint, or jump straight to one via the cards above.
