Documentation Index
Fetch the complete documentation index at: https://www.octogen.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /catalogs returns every catalog your Platform API key is authorized to access. Each item in the response array is a MerchantCatalogSummary object containing the catalog’s key, display name, source URL, current product count, and the timestamp of the most recent index run. Use the catalog key from this response as the required catalog field when calling POST /products/search.
Request
Example
Response
The response is a JSON array of MerchantCatalogSummary objects.Array of catalogs granted to the organization. An empty array means the organization has no active catalog grants — this is not an error.
Example response
An empty array (
[]) means the organization has no active catalog grants. It
is not an error condition — treat it as a normal response and prompt your users
to request catalog access via the partner portal.