Deployments
Get deployment config
Retrieve configuration for a managed Core instance.
GET
Retrieve the allowed configuration keys and current overrides for a deployment. A new Sandbox often has an empty
config object.
Path
string
required
Unique identifier of the deployment.
Response
object
required
Map of configuration keys you can set, with each value as the expected type (
int, bool, url, or json).object
required
Current overrides. Empty when no custom config has been applied.