Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
configuration
resource
The configuration
resource provides information on the version of the Product Catalog for a specific Chargebee site.
Note |
---|
Unavailble in SDKs This resource and endpoint is not available in the client libraries. |
Attributes
Name | Description | ||||||
---|---|---|---|---|---|---|---|
|
The subdomain of the Chargebee site for which the information has been requested, this value is identical to the | ||||||
|
The Product Catalog version of the site. Possible values are:
|
ON THIS PAGE
Table of Contents |
---|
Endpoint
List site configurations
Status | ||||
---|---|---|---|---|
|
https://{site}.chargebee.com/api/v2/configurations
This API returns the configurations
resource for the Chargebee site specified.
Path parameter
Name | Description | ||||||
---|---|---|---|---|---|---|---|
|
The subdomain of the Chargebee site for which the information is requested. For example, if your Chargebee site is |
Response
A JSON array containing a single object with the configuration
resource for the specified Chargebee site.
Code samples
Request
Code Block | ||
---|---|---|
| ||
curl https://{site}.chargebee.com/api/v2/configurations -u {site_api_key}: |
Response
Code Block | ||
---|---|---|
| ||
{ "configurations": [{ "domain": "mannar-test", "product_catalog_version": "v2", "object":"configuration" }] } |