Sample configuration [ JSON ] {
"configurations" : [
{
"domain" : "yourapp" ,
"object" : "configuration" ,
"product_catalog_version" : "v1"
}
]
}
API Index URL GET https://{site}.chargebee.com/api/v2/configurations
optional, string, max chars=50 The Chargebee site for which the information has been requested. It is the same as the value of {site}
provided as a path parameter.
optional, enumerated string The Product Catalog version of the site Possible values are
v1 Indicates Product Catalog 1.0 v2 Indicates Product Catalog 2.0
optional, string, max chars=50 The Chargebee site for which the information has been requested. It is the same as the value of {site}
provided as a path parameter.
optional, enumerated string The Product Catalog version of the site Possible values are
v1 Indicates Product Catalog 1.0 v2 Indicates Product Catalog 2.0
Returns a list of your domain and product catalog version details.
This API is not enabled for live sites by default. Please contact
support to get this enabled.
Sample Request
curl https://{site}.chargebee.com/api/v2/configurations \
-u {site_api_key}: curl https : //{site}.chargebee.com/api/v2/configurations \
- u { site_api_key }: curl https : //{site}.chargebee.com/api/v2/configurations \
- u { site_api_key }:
Sample Response [ JSON ] Show more...
{
"configurations" : [
{
"domain" : "yourapp" ,
"object" : "configuration" ,
"product_catalog_version" : "v1"
},
{..}
]
}
URL Format
GET
https://{site}.chargebee.com/api/v2/configurations
always returned required Resource object representing configurations
Sample admin console URL
https://{site}.chargebee.com/admin-console/configurations/123x