{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts Disclosures API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Disclosures", "type": "folder" }, "items": [ { "info": { "name": "List Disclosures", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/customers/:customer_id/disclosures", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "The customer's unique identifier" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Retrieves paginated list of disclosures associated with the authorized requester" }, { "info": { "name": "Create a Disclosure", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/customers/:customer_id/disclosures", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "The customer's unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Disclosures to be made to customers\n" }, { "info": { "name": "List disclosures", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/disclosures", "params": [ { "name": "id", "value": "", "type": "query", "description": "Unique resource identifier" }, { "name": "person_id", "value": "", "type": "query", "description": "Unique identifier for the person. Multiple IDs can be provided as a comma-separated list.\n" }, { "name": "business_id", "value": "", "type": "query", "description": "Unique identifier for the business. Multiple IDs can be provided as a comma-separated list.\n" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Retrieves paginated list of disclosures associated with the authorized requester." }, { "info": { "name": "Create disclosure record", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/disclosures", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Record the fact that a regulatory document was disclosed to a customer." }, { "info": { "name": "Get disclosure", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/disclosures/:disclosure_id", "params": [ { "name": "disclosure_id", "value": "", "type": "path", "description": "The unique identifier for the disclosure." } ] }, "docs": "Get disclosure by ID." } ] } ], "bundled": true }