Headers
The version of the API to use. The current API version is 2025-09.
Query Parameters
The Id used to identify the user. Note: you can also use the Embedded user's username in this field.
Response
200
curl -X GET "https://production.runalloy.com/integrations?userId={{userId}}" \
-H "Authorization: bearer YOUR_API_KEY" \
-H "x-api-version: 2025-09"{
"data": [
{
"integrationId": "66326843cc9cdb107221f222",
"description": "",
"primaryConnector": "Shopify",
"installed": false,
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"workflows": [
{
"workflowId": "66326849cc9cdb107221f342",
"name": "Untitled Workflow #346",
"installed": false,
"active": false,
"version": 1,
"connectors": [
{
"name": "On Installation Trigger",
"id": "4762a899-8f38-44d9-a091-f4b6eaba386e",
"connector": "onInstallationTrigger",
"icon": "https://cdn.runalloy.com/icons/OnIntegrationInstallation.svg",
"subtitle": "On Installation Trigger"
},
{
"name": "Shopify",
"id": "0679a48c-e0f9-455a-91f2-48a739bac9d7",
"connector": "shopify",
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"subtitle": "Gets a list of all Products"
}
]
}
],
"credentials": [
"PA_Sn1sp8Of8p5JICNiJ",
"shopify"
]
}
]
}Returns all the available integrations in your Alloy Embedded Account. Includes integrations/apps you’ve created an “integration” for, their workflows and statuses. If installed equals true, the installedVersion key will show the currently installed version.
curl -X GET "https://production.runalloy.com/integrations?userId={{userId}}" \
-H "Authorization: bearer YOUR_API_KEY" \
-H "x-api-version: 2025-09"{
"data": [
{
"integrationId": "66326843cc9cdb107221f222",
"description": "",
"primaryConnector": "Shopify",
"installed": false,
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"workflows": [
{
"workflowId": "66326849cc9cdb107221f342",
"name": "Untitled Workflow #346",
"installed": false,
"active": false,
"version": 1,
"connectors": [
{
"name": "On Installation Trigger",
"id": "4762a899-8f38-44d9-a091-f4b6eaba386e",
"connector": "onInstallationTrigger",
"icon": "https://cdn.runalloy.com/icons/OnIntegrationInstallation.svg",
"subtitle": "On Installation Trigger"
},
{
"name": "Shopify",
"id": "0679a48c-e0f9-455a-91f2-48a739bac9d7",
"connector": "shopify",
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"subtitle": "Gets a list of all Products"
}
]
}
],
"credentials": [
"PA_Sn1sp8Of8p5JICNiJ",
"shopify"
]
}
]
}The version of the API to use. The current API version is 2025-09.
The Id used to identify the user. Note: you can also use the Embedded user's username in this field.
200
Show child attributes