{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Billing Groups API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Billing Groups", "type": "folder" }, "items": [ { "info": { "name": "List all billing groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/billing_groups", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List all billing groups" }, { "info": { "name": "Create a billing group", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/billing_groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a billing group" }, { "info": { "name": "Get a billing group", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/billing_groups/:id", "params": [ { "name": "id", "value": "f5586561-8ff0-4291-a0ac-84fe544797bd", "type": "path", "description": "The id of the billing group" } ] }, "docs": "Get a billing group" }, { "info": { "name": "Update a billing group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/billing_groups/:id", "params": [ { "name": "id", "value": "f5586561-8ff0-4291-a0ac-84fe544797bd", "type": "path", "description": "The id of the billing group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a billing group" }, { "info": { "name": "Delete a billing group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/billing_groups/:id", "params": [ { "name": "id", "value": "f5586561-8ff0-4291-a0ac-84fe544797bd", "type": "path", "description": "The id of the billing group" } ] }, "docs": "Delete a billing group" } ] } ], "bundled": true }