{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts Persons API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Persons", "type": "folder" }, "items": [ { "info": { "name": "List persons", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/persons", "params": [ { "name": "id", "value": "", "type": "query", "description": "Unique identifier for the resource. Multiple IDs can be provided as a comma-separated list.\n" }, { "name": "first_name", "value": "", "type": "query" }, { "name": "last_name", "value": "", "type": "query" }, { "name": "phone_number", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "ban_status", "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": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" }, { "name": "sort_by", "value": "", "type": "query", "description": "Specifies the sort order for the returned persons.\n" } ] }, "docs": "Retrieves paginated list of persons associated with the authorized requester." }, { "info": { "name": "Create a person", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/persons", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a person who may act as a personal customer or a director/officer/owner of a business. You can then verify the identity of this customer and associate them with other people and accounts.\n" }, { "info": { "name": "Get person", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/persons/:person_id", "params": [ { "name": "person_id", "value": "", "type": "path", "description": "Person's unique identifier." } ] }, "docs": "Get person by ID." }, { "info": { "name": "Update person", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.synctera.com/v0/persons/:person_id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "person_id", "value": "", "type": "path", "description": "Person's unique identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update person by ID." }, { "info": { "name": "Prefill person", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/persons/:person_id/prefill", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "person_id", "value": "", "type": "path", "description": "Person's unique identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Prefill takes a subset of a person's information and automatically fills personally identifiable information (PII) required for know your customer (KYC) verification.\n" } ] } ], "bundled": true }