{ "opencollection": "1.0.0", "info": { "name": "Lead Bank Account Number Entity API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Entity", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an entity by client customer id", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.lead.bank/v0/entities", "params": [ { "name": "client_customer_id", "value": "", "type": "query", "description": "Client Customer ID of the entity object you want to retrieve." } ] }, "docs": "Retrieve an entity by the client customer id" }, { "info": { "name": "Create an entity", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.lead.bank/v0/entities", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Individual, Sole Prop or Business Entity." }, { "info": { "name": "Retrieve an entity by entity id", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.lead.bank/v0/entities/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity ID of the entity object you want to retrieve." } ] }, "docs": "Retrieve an entity by entity id" }, { "info": { "name": "Update an entity", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.sandbox.lead.bank/v0/entities/:id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Entity ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Certain updates on Entity trigger KYC re-screening, requiring an updated kyc_details.result and kyc_details.screened_at.\n\nFor individual entities, KYC re-screening is triggered by changes to: first name, last name, date of birth, tax ID (for US entities), existing identification document (for non-US entities), and switching between US vs. non-US entities.\n\nFor business and sole proprietorship entities, KYC re-screening is triggered by changes to: business name, business type, tax ID (US entities" } ] } ], "bundled": true }