Config service API (1.0.0-config)

Download OpenAPI specification:

Provides configuration data for each market

config

Retrieve system configuration information

Health check information for the config service

Health check information for the config service

Authorizations:
api_key

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get site configuration by site key

Get the configuration for a site by site key

Authorizations:
api_key
path Parameters
siteKey
string

The key of the site for delivery options

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "context": {
    },
  • "metrics": {
    }
}