Skip to main content
GET
/
integrations
cURL
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"
      ]
    }
  ]
}

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Query Parameters

userId
string
required

The Id used to identify the user. Note: you can also use the Embedded user's username in this field.

Response

200

data
object[]