Backend API
The Backend API lets you programmatically access your Zipchat conversation data. Use it to sync conversations with your CRM, build custom analytics dashboards, take over conversations from the AI, and
Getting Started
Authentication
Authorization: Bearer zc-your_api_key_hereBase URL
https://app.zipchat.ai/api/integrations/backend_api/v1Endpoints
List Conversations
GET /chats/:chat_id/conversationsParameter
Type
Default
Description
Get Conversation
Parameter
Type
Default
Description
List Users
Parameter
Type
Default
Description
Get User
Update Conversation Assignment
Status
Error message
Cause
Send Manual Message
Field
Type
Description
Status
Error message
Cause
Rate Limiting
Header
Description
Error Codes
Status
Description
Examples
Fetch the latest conversations
Fetch conversations updated in the last hour
Fetch a single conversation with messages
Paginate through messages
Take over a conversation, reply, and hand it back to the AI
Last updated