v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBIntegrations
Get integrations metadata
Returns the catalog of supported integration providers grouped by category. Each item exposes its slug (use as integration in POST /v4/integrations) and allowedStores (the subset of target_platform values the provider supports). Per-provider credential schemas are not returned — credentials are configured out-of-band after the integration record is created.
get/integrations/meta
Response
Integrations metadata.
Example response
{
"object": "integrations_meta",
"url": "/v4/integrations/meta",
"data": [
{
"title": "Analytics & Marketing",
"items": [
{
"title": "Amplitude",
"slug": "amplitude"
}
]
}
]
}