{ "opencollection": "1.0.0", "info": { "name": "Tink Account Check Accounts FinancialCalendar API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FinancialCalendar", "type": "folder" }, "items": [ { "info": { "name": "Tink List Financial Calendar Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/finance-management/v1/financial-calendar-events", "params": [ { "name": "due_date_gte", "value": "", "type": "query" }, { "name": "due_date_lte", "value": "", "type": "query" } ] }, "docs": "List financial calendar events filtered by due-date range." }, { "info": { "name": "Tink Create A Financial Calendar Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.tink.com/finance-management/v1/financial-calendar-events", "body": { "type": "json", "data": "{}" } }, "docs": "Create a scheduled or recurring financial calendar event such as a bill, invoice, or tax payment." }, { "info": { "name": "Tink Get A Financial Calendar Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/finance-management/v1/financial-calendar-events/:calendarEventId", "params": [ { "name": "calendarEventId", "value": "", "type": "path" } ] }, "docs": "Retrieve a single financial calendar event by id." }, { "info": { "name": "Tink Update A Financial Calendar Event", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.tink.com/finance-management/v1/financial-calendar-events/:calendarEventId", "params": [ { "name": "calendarEventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update fields on a financial calendar event." }, { "info": { "name": "Tink Delete A Financial Calendar Event", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tink.com/finance-management/v1/financial-calendar-events/:calendarEventId", "params": [ { "name": "calendarEventId", "value": "", "type": "path" } ] }, "docs": "Delete a financial calendar event." }, { "info": { "name": "Tink Create A Calendar Event Reconciliation", "type": "http" }, "http": { "method": "POST", "url": "https://api.tink.com/finance-management/v1/financial-calendar-events/:calendarEventId/reconciliations", "params": [ { "name": "calendarEventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reconcile a calendar event against a matched transaction." }, { "info": { "name": "Tink List Calendar Event Summaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/finance-management/v1/financial-calendar-summaries/:resolution", "params": [ { "name": "resolution", "value": "", "type": "path" }, { "name": "period_gte", "value": "", "type": "query" }, { "name": "period_lte", "value": "", "type": "query" } ] }, "docs": "Aggregate financial calendar events into summaries at the requested resolution." } ] } ], "bundled": true }