{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts Applications API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List credit applications.", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/applications", "params": [ { "name": "customer_id", "value": "", "type": "query", "description": "A list of customer unique identifiers, with a comma separating any values." }, { "name": "status", "value": "", "type": "query", "description": "Status of the credit application\n" } ] }, "docs": "List credit applications.\n" }, { "info": { "name": "Create a credit application.", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/applications", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a credit application.\n" }, { "info": { "name": "Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/applications/:application_id", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "Unique identifier for the application." } ] }, "docs": "Get application by ID.\n" }, { "info": { "name": "Patch Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.synctera.com/v0/applications/:application_id", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "application_id", "value": "", "type": "path", "description": "Unique identifier for the application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch Application.\n" } ] } ], "bundled": true }