Skip to main content
Use this endpoint to retrieve all product catalogues linked to your Convo project. Results are paginated and can be filtered by product count.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.

Query Parameters

integer
Maximum number of catalogues to return per page. Defaults to 20.
integer
Number of records to skip for offset-based pagination. Defaults to 0.
integer
Filter catalogues by an exact product count. Omit this parameter to return catalogues regardless of product count.

Request Example

Response

Returns a catalogues array containing catalogue objects.
array
Array of catalogue objects. Each object contains:

Example Response

Error Responses