Skip to main content
Documentation

Domain

Integrations capabilities

3 capabilities, all acting on a connection. A reference to one from another domain is spelled connection_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
integrations.listPOST /api/v1/integrations/listList every connection this shop has linked, and to whatread-only
integrations.healthPOST /api/v1/integrations/healthCheck whether the shop's connections are still workingread-only
integrations.availablePOST /api/v1/integrations/availableList the connections this shop could link, and what each doesread-only

← Every domain