v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
Plan Overrides

List plan overrides

List all plan overrides, optionally filtered by customerId or planId

get/api/plan-overrides

Query parameters

customerIdstring
planIdstring
pagenumber
limitnumber

Response

Paginated list of plan overrides

metaobject required

Example response

{
  "data": [
    {
      "id": "clx1234567890",
      "customerId": "clx_customer_123",
      "planId": "clx_plan_456",
      "overriddenMinimumCommitment": 500
    }
  ]
}