Skip to main content
GET
/
integrations
/
listings
Get Integration Listings
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"
    }
  ]
}

Authorizations

x-channel-access-token
string
header
required

Channel or partner access token (x-channel-access-token or x-partner-access-token)

Response

Integration listings retrieved

integrationListings
object[]
required