Conversation Collection API
Multiple access controls based on provided filters:
provider_idUser must be a direct member of provider organization (1) to access provider-only conversations 🔐
customer_idUser must be a direct member of customer organization (1) to access customer-only conversations 🔐
provider_id, customer_idAt least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Authorization: Bearer <token> header is required for authorization, requests without a valid and active authorization header will be denied access with a 401 Not Authorized HTTP status code.
Query param filters, URL encoded JSON object with fields: archived_at, chat_app, created_at, customer_id, data, id, labels, provider_id, title, updated_at, user_id, title_hint
Example:
/api/conversations?filters={"chat_app": ..., "customer_id": ..., "data": ..., "labels": ..., "provider_id": ..., "title": ..., "user_id": ..., "title_hint": ...}Successful response
The response is of type object.