Skip to main content
GET
/
data-lists
/
marketplace-lists-for-rules
Marketplace lists for rules
curl --request GET \
  --url http://api.gu1.ai/data-lists/marketplace-lists-for-rules \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Returns marketplace-backed list integrations that are active for the organization and can be referenced from the rules UI / lists_marketplace style operators. This is separate from tenant custom UUID lists.

Endpoint

GET https://api.gu1.ai/data-lists/marketplace-lists-for-rules

Authentication

Authorization: Bearer YOUR_API_KEY

Response

{ "success": true, "data": ... } with catalog entries for the tenant.

See also