Endpoint Reference
This document has been split for better organization:
- Getting Started - Quick 5-minute setup guide
- Authentication - How to authenticate and manage tokens
- API Reference - Complete endpoint documentation
Quick Links
- POST /api/v1/token - Get an access token
- POST /api/v1/jobs - Create a matching job
- GET /api/v1/jobs/{job_id} - Check job status
- GET /api/v1/jobs/{job_id}/results - Get matching results
- GET /api/v1/limits - Check remaining quota
Overview
The Bank Statement Matcher API provides a simple way to match bank statements against expected payment references. The typical workflow is:
- Authenticate with your API credentials
- Upload a bank statement and reference list
- Poll for results
- Download or process the matches
See the Getting Started guide for a complete example.