curl --request GET \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain} \
--header 'x-channel-access-token: <api-key>'{
"channel": {
"_id": "6997d1b29655870ce8359c45",
"name": "nuuds",
"handle": "nuuds",
"isInstalled": true,
"platform": "shopify",
"shopify": {
"shopId": "gid://shopify/Shop/6997d1b29655870ce8359c45",
"myshopifyDomain": "nuuds-com.myshopify.com",
"shopName": "nuuds"
},
"brandKit": {
"title": "nuuds",
"primaryColor": "#270803",
"primaryDomain": "www.nuuds.com"
},
"features": {
"isWebPixelEnabled": true,
"isDefaultMessagingEnabled": false
},
"connectedIntegrations": [
{
"name": "Klaviyo",
"handle": "klaviyo",
"type": "esp",
"isEnabled": true
}
]
}
}Retrieves channel configuration by myshopify domain.
curl --request GET \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain} \
--header 'x-channel-access-token: <api-key>'{
"channel": {
"_id": "6997d1b29655870ce8359c45",
"name": "nuuds",
"handle": "nuuds",
"isInstalled": true,
"platform": "shopify",
"shopify": {
"shopId": "gid://shopify/Shop/6997d1b29655870ce8359c45",
"myshopifyDomain": "nuuds-com.myshopify.com",
"shopName": "nuuds"
},
"brandKit": {
"title": "nuuds",
"primaryColor": "#270803",
"primaryDomain": "www.nuuds.com"
},
"features": {
"isWebPixelEnabled": true,
"isDefaultMessagingEnabled": false
},
"connectedIntegrations": [
{
"name": "Klaviyo",
"handle": "klaviyo",
"type": "esp",
"isEnabled": true
}
]
}
}