{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Billing API", "version": "1" }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Get entitlements", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/account_api/v1/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 entitlement to start after." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all the entitlements the user currently has access to\n" }, { "info": { "name": "Get entitlement", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/account_api/v1/entitlement", "params": [ { "name": "key", "value": "", "type": "path", "description": "The key of the feature" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single entitlement by the feature key\n" } ] } ], "bundled": true }