Complete API documentation for CosmicChat platform
Complete API documentation for developers integrating with CosmicChat.
All API requests require authentication using Bearer tokens generated from your account dashboard.
Authorization: Bearer YOUR_API_TOKENhttps://api.cosmictal.com/v1GET /conversations - List all conversationsGET /conversations/{id} - Get conversation detailsPOST /conversations - Create new conversation
GET /conversations/{id}/messages - List messagesPOST /messages - Send message
GET /orders - List ordersGET /orders/{id} - Get order detailsPOST /orders - Create order
GET /products - List productsPOST /products - Create productPUT /products/{id} - Update product
CosmicChat sends webhook events for important actions. Configure webhook URLs in your dashboard.
API requests are limited to 100 requests per minute per token. Exceeding limits returns HTTP 429.
Official SDKs coming soon for PHP, Python, Node.js, and Ruby.