Shopify App Store
Get developer detail and their apps
GET
Get developer detail and their apps
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.scoutlayer.io/v1/shopify/appstore/developer/{handle}{
"name": "<string>",
"apps": [
{
"name": "<string>",
"url": "<string>",
"handle": "<string>",
"rating": 123,
"reviewCount": 123,
"pricing": "<string>",
"description": "<string>",
"iconUrl": "<string>"
}
]
}curl --request GET \
--url https://api.scoutlayer.io/v1/shopify/appstore/developer/{handle}{
"name": "<string>",
"apps": [
{
"name": "<string>",
"url": "<string>",
"handle": "<string>",
"rating": 123,
"reviewCount": 123,
"pricing": "<string>",
"description": "<string>",
"iconUrl": "<string>"
}
]
}