curl --request GET \
--url https://unified-api.creatorcommerce.shop/integrations/listings \
--header 'x-channel-access-token: <api-key>'{
"integrationListings": [
{
"_id": "67f8f77fd40ab5053b233301",
"title": "Klaviyo",
"handle": "klaviyo",
"type": "esp",
"enablementMode": "internal",
"enablementConfigFields": [
{
"label": "API Key",
"description": "Klaviyo private API key",
"name": "apiKey",
"inputType": "password"
}
]
},
{
"_id": "67f8f77fd40ab5053b233302",
"title": "Shopify Collabs",
"handle": "shopify-collabs",
"type": "affiliate",
"enablementMode": "flow"
}
]
}Returns available integration listings enriched from CreatorCommerce and Webflow metadata.
curl --request GET \
--url https://unified-api.creatorcommerce.shop/integrations/listings \
--header 'x-channel-access-token: <api-key>'{
"integrationListings": [
{
"_id": "67f8f77fd40ab5053b233301",
"title": "Klaviyo",
"handle": "klaviyo",
"type": "esp",
"enablementMode": "internal",
"enablementConfigFields": [
{
"label": "API Key",
"description": "Klaviyo private API key",
"name": "apiKey",
"inputType": "password"
}
]
},
{
"_id": "67f8f77fd40ab5053b233302",
"title": "Shopify Collabs",
"handle": "shopify-collabs",
"type": "affiliate",
"enablementMode": "flow"
}
]
}