action akeneo_get_app_catalogs { label: "Get the list of owned catalogs" description: "This endpoint allows you to get the list of catalogs you owned." provider: akeneo method: GET path: "/api/rest/v1/catalogs" encoding: json input: { type: "object" properties: { limit: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }