{ "opencollection": "1.0.0", "info": { "name": "App Marketplace accounting-entries Companies API", "version": "39.4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Search for Companies", "type": "http" }, "http": { "method": "GET", "url": "https://external.pleo.io/v1/companies", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "Enter the organization ID of the companies you are searching for. Ensure that the access token used for authentication has the correct permissions to search for companies in the given organization." }, { "name": "before", "value": "", "type": "query", "description": "Lower bound of the page of data to return (cannot be used together with [after] or [offset])." }, { "name": "after", "value": "", "type": "query", "description": "Upper bound of the page of data to return (cannot be used together with [before] or [offset])." }, { "name": "offset", "value": "", "type": "query", "description": "Offset of the page of data to return (cannot be used together with [before] or [after])." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum amount of items to return." }, { "name": "sorting_keys", "value": "", "type": "query", "description": "The keys to sort the results by." }, { "name": "sorting_order", "value": "", "type": "query", "description": "The order to sort the results by. Must be the same length as [sortingKeys]; one order per key." } ] }, "docs": "Use this endpoint to search for companies associated with a specific organisation." }, { "info": { "name": "Search for a Specific Company", "type": "http" }, "http": { "method": "GET", "url": "https://external.pleo.io/v1/companies/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Enter the company ID." } ] }, "docs": "Search for a specific company by company ID." } ] } ], "bundled": true }