{ "opencollection": "1.0.0", "info": { "name": "BoxC CalculateDuty Credentials API", "version": "1.123" }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "GET /credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/credentials", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of results to return." }, { "name": "order", "value": "", "type": "query", "description": "The sort order of the results." }, { "name": "page_token", "value": "", "type": "query", "description": "Used for selecting the page after the initial query." }, { "name": "sort", "value": "", "type": "query", "description": "The property to sort by." } ] }, "docs": "Retrieves a paginated list of credentials." }, { "info": { "name": "POST /credentials", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a credential." }, { "info": { "name": "GET /credentials/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The credential ID" } ] }, "docs": "Retrieves a credential." }, { "info": { "name": "PUT /credentials/{id}", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The credential ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a credential." }, { "info": { "name": "DELETE /credentials/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The credential ID" } ] }, "docs": "Deletes a credential." } ] } ], "bundled": true }