{ "opencollection": "1.0.0", "info": { "name": "Turvo Public Accounts Carriers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Carriers", "type": "folder" }, "items": [ { "info": { "name": "List carriers", "type": "http" }, "http": { "method": "GET", "url": "https://publicapi.turvo.com/v1/carriers/list", "params": [ { "name": "start", "value": "", "type": "query", "description": "Zero-based offset of the first record to return." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of records to return per page." } ] }, "docs": "Lists carriers in the tenant." }, { "info": { "name": "Create a carrier", "type": "http" }, "http": { "method": "POST", "url": "https://publicapi.turvo.com/v1/carriers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new carrier with compliance, equipment, and contact detail." }, { "info": { "name": "Retrieve a carrier", "type": "http" }, "http": { "method": "GET", "url": "https://publicapi.turvo.com/v1/carriers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The Turvo resource ID." } ] }, "docs": "Retrieves a single carrier by its Turvo ID." }, { "info": { "name": "Update a carrier", "type": "http" }, "http": { "method": "PUT", "url": "https://publicapi.turvo.com/v1/carriers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The Turvo resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing carrier." } ] } ], "bundled": true }