v2
OpenAPI 3.0.3Proprietary2026-07-263483431.1 MBBusiness Products
List product follow-up chats
Requires the product:list scope. Retrieves a paginated list of follow up chats for a product.
get/v3/products/{product_id}/follow-up-chats
Query parameters
next_cursorstring
Opaque cursor for the next page.
previous_cursorstring
Opaque cursor for the previous page.
page_sizeinteger
Example:25
Number of items per page (default: 25, max: 25)
Response
Paginated list of follow up chats
Example response
{
"is_paginated": true,
"page_size": 25
}