{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Billing Entitlements API", "version": "1" }, "items": [ { "info": { "name": "Billing Entitlements", "type": "folder" }, "items": [ { "info": { "name": "Get billing entitlements", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/billing/entitlements", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page. Defaults to 10 if parameter not sent." }, { "name": "starting_after", "value": "", "type": "query", "description": "The ID of the billing entitlement to start after." }, { "name": "ending_before", "value": "", "type": "query", "description": "The ID of the billing entitlement to end before." }, { "name": "customer_id", "value": "", "type": "query", "description": "The ID of the billing customer to retrieve entitlements for" }, { "name": "max_value", "value": "", "type": "query", "description": "When the maximum limit of an entitlement is null, this value is returned as the maximum limit" }, { "name": "expand", "value": "", "type": "query", "description": "Additional plan data to include in the response. Allowed value: \"plans\"." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all the entitlements a billing customer currently has access to\n\n
read:billing_entitlements\n