v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Products

List products

Retrieves all configured products.

get/v3/products

Response

OK

Example response

{
  "results": [
    [
      {
        "tenantId": "company",
        "subTenantId": "company|demo",
        "id": "gold",
        "label": "Gold Subscription",
        "description": "The most premium subscription.",
        "entitlement": {
          "id": "gold-bundle",
          "type": "bundle",
          "entitlementTenant": "company"
        },
        "mapping": {
          "braintree_one_off": {
            "price_points": [
              {
                "id": "ten",
                "label": "Ten Dollars",
                "price": 10
              }
            ]
          }
        },
        "sharingLimit": 5
      }
    ]
  ]
}