Skip to main content

Retrieve credential structure for an app

GET 

https://embedded.runalloy.com/2024-03//metadata/credentials/:app

Request

Path Parameters

    app stringrequired

    Name of App (camelCased, can be found in App Metadata response)

Header Parameters

    Authorization string

    Default value: bearer YOUR_API_KEY

Responses

200

{
"data": {
"name": "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 -L 'https://embedded.runalloy.com/2024-03/metadata/credentials/:app' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03
Parameters
— pathrequired
— header
ResponseClear

Click the Send API Request button above and see the response here!