App Configuration
getConfiguration
Retrieve a specific app configuration
get/v1/app-configurations/{appId}
Query parameters
versionstring
Version of the app configuration to retrieve
Response
Successful response
Example response
{
"notifications": {
"email": "developer@example.com"
},
"components": [
{
"configuration": {
"override_dev_mode": {
"override_url": "http://localhost:3000"
},
"component_url": "https://cdn.apps.com/123/v1.0.0/bundle.js"
}
}
]
}