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 --request GET \
--url https://production.runalloy.com/integrations \
--header 'Authorization: <authorization>' \
--header 'x-api-version: <x-api-version>'
"{\n \"data\": [\n {\n \"integrationId\": \"66326843cc9cdb107221f222\",\n \"description\": \"\",\n \"primaryConnector\": \"Shopify\",\n \"installed\": false,\n \"icon\": \"https://cdn.runalloy.com/icons/shopify.png\",\n \"workflows\": [\n {\n \"workflowId\": \"66326849cc9cdb107221f342\",\n \"name\": \"Untitled Workflow #346\",\n \"installed\": false,\n \"active\": false,\n \"version\": 1,\n \"connectors\": [\n {\n \"name\": \"On Installation Trigger\",\n \"id\": \"4762a899-8f38-44d9-a091-f4b6eaba386e\",\n \"connector\": \"onInstallationTrigger\",\n \"icon\": \"https://cdn.runalloy.com/icons/OnIntegrationInstallation.svg\",\n \"subtitle\": \"On Installation Trigger\"\n },\n {\n \"name\": \"Shopify\",\n \"id\": \"0679a48c-e0f9-455a-91f2-48a739bac9d7\",\n \"connector\": \"shopify\",\n \"icon\": \"https://cdn.runalloy.com/icons/shopify.png\",\n \"subtitle\": \"Gets a list of all Products\"\n },\n ]\n }\n ],\n \"credentials\": [\n \"PA_Sn1sp8Of8p5JICNiJ\",\n \"shopify\",\n ]\n }\n ]\n}\n"
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 --request GET \
--url https://production.runalloy.com/integrations \
--header 'Authorization: <authorization>' \
--header 'x-api-version: <x-api-version>'
"{\n \"data\": [\n {\n \"integrationId\": \"66326843cc9cdb107221f222\",\n \"description\": \"\",\n \"primaryConnector\": \"Shopify\",\n \"installed\": false,\n \"icon\": \"https://cdn.runalloy.com/icons/shopify.png\",\n \"workflows\": [\n {\n \"workflowId\": \"66326849cc9cdb107221f342\",\n \"name\": \"Untitled Workflow #346\",\n \"installed\": false,\n \"active\": false,\n \"version\": 1,\n \"connectors\": [\n {\n \"name\": \"On Installation Trigger\",\n \"id\": \"4762a899-8f38-44d9-a091-f4b6eaba386e\",\n \"connector\": \"onInstallationTrigger\",\n \"icon\": \"https://cdn.runalloy.com/icons/OnIntegrationInstallation.svg\",\n \"subtitle\": \"On Installation Trigger\"\n },\n {\n \"name\": \"Shopify\",\n \"id\": \"0679a48c-e0f9-455a-91f2-48a739bac9d7\",\n \"connector\": \"shopify\",\n \"icon\": \"https://cdn.runalloy.com/icons/shopify.png\",\n \"subtitle\": \"Gets a list of all Products\"\n },\n ]\n }\n ],\n \"credentials\": [\n \"PA_Sn1sp8Of8p5JICNiJ\",\n \"shopify\",\n ]\n }\n ]\n}\n"
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