Retrieve all meetings for the account with optional filtering.Supports filtering by status, agent, contact, conversation, and date range.
Request
Add parameter in header api_access_token
Example:api_access_token: ********************
or
Responses
application/json; charset=utf-8
Success - List of meetings
curl --location --request GET 'http://localhost:3030/api/v1/accounts//meetings?status&agent_id&contact_id&conversation_id&start_date&end_date&page&per_page' \
--header 'api_access_token: <api-key>'
Response Response Example
Modified at 2025-12-16 21:29:06