{ "opencollection": "1.0.0", "info": { "name": "Ascend API V1 Accounts Billables API", "version": "v1" }, "items": [ { "info": { "name": "Billables", "type": "folder" }, "items": [ { "info": { "name": "List Billables", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/billables", "params": [ { "name": "program_id", "value": "", "type": "query", "description": "Filter by the ID of the associated program" }, { "name": "updated_at", "value": "", "type": "query", "description": "Only return billables that were updated during the given date interval. The date should be defined as an ISO-8601 datetime." }, { "name": "created_at", "value": "", "type": "query", "description": "Only return billables that were created during the given date interval. The date should be defined as an ISO-8601 datetime." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Billables" }, { "info": { "name": "Create Billable", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.useascend.com/v1/billables", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Billable" }, { "info": { "name": "Get Billable", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/billables/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The billable identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Billable" }, { "info": { "name": "Update Billable", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.api.useascend.com/v1/billables/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The billable identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Billable" }, { "info": { "name": "Delete Billable", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.api.useascend.com/v1/billables/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The billable identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Billable" } ] } ], "bundled": true }