Headers
The version of the API to use. The current API version is 2025-09.
Response
200
The response is of type any
.
curl --request GET \
--url https://production.runalloy.com/metadata/apps \
--header 'Authorization: <authorization>' \
--header 'x-api-version: <x-api-version>'
{
"data": [
{
"connector": "acuityScheduling",
"icon": "https://cdn.runalloy.com/icons/acuityScheduling.png",
"type": [
"action",
"trigger"
],
"oauth": false
},
{
"connector": "shopify",
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"type": [
"action",
"trigger"
],
"oauth": true
}
]
}
Returns all the available apps currently supported by Alloy Embedded
curl --request GET \
--url https://production.runalloy.com/metadata/apps \
--header 'Authorization: <authorization>' \
--header 'x-api-version: <x-api-version>'
{
"data": [
{
"connector": "acuityScheduling",
"icon": "https://cdn.runalloy.com/icons/acuityScheduling.png",
"type": [
"action",
"trigger"
],
"oauth": false
},
{
"connector": "shopify",
"icon": "https://cdn.runalloy.com/icons/shopify.png",
"type": [
"action",
"trigger"
],
"oauth": true
}
]
}
The version of the API to use. The current API version is 2025-09.
200
The response is of type any
.