API Reference
cURL
curl --request GET \ --url https://production.runalloy.com/installations/{installationId} \ --header 'Authorization: <authorization>' \ --header 'x-api-version: <x-api-version>'
{ "data": { "installationId": "6630f0f971184ae724f2d930", "integrationId": "662f950e454784bc5e7caa37", "userId": "6622cd2e506ac293a3e60b00", "formData": [], "credentialIds": { "shopifyApi": "66263e318dca4463fe1b480f" }, "workflowIds": [ "662fa657454784bc5e7cd5ea" ], "enabled": false } }
Retrieves details for a specific installation.
The version of the API to use. The current API version is 2025-09.
The ID of the installation.
"6630f0f971184ae724f2d930"
Successful response with installation details.
Show child attributes