LiveRecoverVYG Developer Docs
CDP REST APIAPI Reference

List Integrations

Connected integrations for the authenticated brand, without settings or credentials.

GET /cdp/integrations lists connected integrations available to your brand. The response never includes settings, tokens, API keys, or provider credentials. Deprecated BigCommerce integrations are excluded.

Requires the beta:cdp-commerce permission on your brand.

Response 200

{
	"scope": "your-shop.myshopify.com",
	"list": [
		{
			"id": "bi_…",
			"integration_id": "d1e3f5a7-2b4c-6d8e-0f1a-3c5e7b9d1f23",
			"provider": "skio",
			"status": "connected",
			"enabled": true,
			"connected_at": "2026-01-03T00:00:00.000Z"
		}
	]
}

Errors

StatusWhen
401Missing or invalid credential.
403Brand not enrolled in the commerce beta (beta_not_enabled), or no connected Shopify integration (integration_not_connected).
405Non-GET method.

On this page