{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts Businesses API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Businesses", "type": "folder" }, "items": [ { "info": { "name": "List business", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/businesses", "params": [ { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the business. Multiple IDs can be provided as a comma-separated list.\n" }, { "name": "entity_name", "value": "", "type": "query" }, { "name": "phone_number", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "is_customer", "value": "", "type": "query", "description": "If true, show only customers. If false, show non-customer parties." }, { "name": "sort_by", "value": "", "type": "query", "description": "Specifies the sort order for the returned businesses.\n" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Retrieves paginated list of businesses associated with the authorized requester." }, { "info": { "name": "Create a business", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/businesses", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a business who may act as a customer or a related business. You can then verify the identity of this customer and associate them with other people and accounts.\n" }, { "info": { "name": "Get business", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/businesses/:business_id", "params": [ { "name": "business_id", "value": "", "type": "path", "description": "Business's unique identifier." } ] }, "docs": "Get business by ID." }, { "info": { "name": "Patch business", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.synctera.com/v0/businesses/:business_id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "business_id", "value": "", "type": "path", "description": "Business's unique identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update business by ID." } ] } ], "bundled": true }