curl --request GET \
--url https://production.runalloy.com/metadata/credentials/{credentialName} \
--header 'x-api-version: <x-api-version>'{
"data": {
"connector": "shopify",
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"isOauth": true,
"properties": [
{
"name": "shopSubdomain",
"displayName": "Shop Subdomain",
"description": "Enter your store subdomain. If your store domain is example.myshopify.com, the subdomain would be example."
}
]
}
}curl --request GET \
--url https://production.runalloy.com/metadata/credentials/{credentialName} \
--header 'x-api-version: <x-api-version>'{
"data": {
"connector": "shopify",
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"isOauth": true,
"properties": [
{
"name": "shopSubdomain",
"displayName": "Shop Subdomain",
"description": "Enter your store subdomain. If your store domain is example.myshopify.com, the subdomain would be example."
}
]
}
}The version of the API to use. The current API version is 2025-09.
Name of connector (camelCased, can be found in App Metadata response)
200
Show child attributes
"shopify"
"https://cdn.runalloy.com/icons/shopify.png"
true