{ "opencollection": "1.0.0", "info": { "name": "Turvo Public Accounts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://publicapi.turvo.com/v1/accounts/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 accounts (customers) in the tenant." }, { "info": { "name": "Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://publicapi.turvo.com/v1/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new account (customer or business partner)." }, { "info": { "name": "Retrieve an account", "type": "http" }, "http": { "method": "GET", "url": "https://publicapi.turvo.com/v1/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The Turvo resource ID." } ] }, "docs": "Retrieves a single account by its Turvo ID." }, { "info": { "name": "Update an account", "type": "http" }, "http": { "method": "PUT", "url": "https://publicapi.turvo.com/v1/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The Turvo resource ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing account." } ] } ], "bundled": true }