API Reference
cURL
curl --request GET \ --url https://production.runalloy.com/credentials/users/{userId} \ --header 'Authorization: <authorization>' \ --header 'x-api-version: <x-api-version>'
{ "data": [ { "credentialId": "66fb066c3793749b64c214bc", "type": "shopify", "name": "Shopify alloy-sandbox.myshopify.com", "createdAt": "2024-09-30T20:13:32.491Z", "updatedAt": "2024-09-30T20:13:32.522Z" } ] }
Returns a list of all credentials created for a specified user.
The version of the API to use. The current API version is 2025-09.
The id of the currently logged in user
200
Show child attributes