{"service":"Plaid API","base_url":"https://production.plaid.com","auth":{"type":"apikey","header":"Authorization"},"intents":[{"id":"accounts_balance_get","method":"POST","path":"/accounts/balance/get","params":{"access_token":"string","client_id":"string","secret":"string"},"returns":"Real-time balance for each account"},{"id":"accounts_get","method":"POST","path":"/accounts/get","params":{"access_token":"string","client_id":"string","secret":"string"},"returns":"List of accounts associated with Item"},{"id":"application_get","method":"POST","path":"/application/get","params":{"client_id":"string"},"returns":"Information about Plaid application"},{"id":"asset_report_create","method":"POST","path":"/asset_report/create","params":{"client_id":"string","secret":"string","access_tokens":"array"},"returns":"Asset report token for retrieval"},{"id":"asset_report_get","method":"POST","path":"/asset_report/get","params":{"client_id":"string","secret":"string","asset_report_token":"string"},"returns":"Complete asset report in JSON format"},{"id":"asset_report_pdf_get","method":"POST","path":"/asset_report/pdf/get","params":{"client_id":"string","secret":"string","asset_report_token":"string"},"returns":"Asset report as PDF binary data"},{"id":"asset_report_filter","method":"POST","path":"/asset_report/filter","params":{"client_id":"string","secret":"string","asset_report_token":"string"},"returns":"Filtered asset report token"},{"id":"asset_report_refresh","method":"POST","path":"/asset_report/refresh","params":{"client_id":"string","secret":"string","asset_report_token":"string"},"returns":"Refreshed asset report token"},{"id":"asset_report_remove","method":"POST","path":"/asset_report/remove","params":{"client_id":"string","secret":"string","asset_report_token":"string"},"returns":"Confirmation of asset report removal"},{"id":"asset_report_audit_copy_create","method":"POST","path":"/asset_report/audit_copy/create","params":{"client_id":"string","secret":"string","asset_report_token":"string","auditor_id":"string"},"returns":"Audit copy token for third party"},{"id":"asset_report_audit_copy_get","method":"POST","path":"/asset_report/audit_copy/get","params":{"client_id":"string","secret":"string","audit_copy_token":"string"},"returns":"Asset report shared via audit copy"},{"id":"asset_report_audit_copy_remove","method":"POST","path":"/asset_report/audit_copy/remove","params":{"client_id":"string","secret":"string","audit_copy_token":"string"},"returns":"Confirmation of audit copy removal"},{"id":"auth_get","method":"POST","path":"/auth/get","params":{"access_token":"string","client_id":"string","secret":"string"},"returns":"Bank account and identification numbers"},{"id":"bank_transfer_balance_get","method":"POST","path":"/bank_transfer/balance/get","params":{"client_id":"string","secret":"string"},"returns":"Available balance in bank transfer account"},{"id":"bank_transfer_create","method":"POST","path":"/bank_transfer/create","params":{"client_id":"string","secret":"string","access_token":"string","account_id":"string","type":"string","network":"string","amount":"string","description":"string"},"returns":"Created bank transfer with ID"},{"id":"bank_transfer_get","method":"POST","path":"/bank_transfer/get","params":{"client_id":"string","secret":"string","bank_transfer_id":"string"},"returns":"Bank transfer information and status"},{"id":"bank_transfer_cancel","method":"POST","path":"/bank_transfer/cancel","params":{"client_id":"string","secret":"string","bank_transfer_id":"string"},"returns":"Confirmation of bank transfer cancellation"},{"id":"bank_transfer_list","method":"POST","path":"/bank_transfer/list","params":{"client_id":"string","secret":"string","count":"number","offset":"number"},"returns":"List of bank transfers with statuses"},{"id":"bank_transfer_event_list","method":"POST","path":"/bank_transfer/event/list","params":{"client_id":"string","secret":"string","start_date":"string","end_date":"string"},"returns":"List of bank transfer events"},{"id":"bank_transfer_event_sync","method":"POST","path":"/bank_transfer/event/sync","params":{"client_id":"string","secret":"string","after_event_id":"number"},"returns":"Next 25 bank transfer events"}]}