Skip to main content
POST
Run the fuzzy auto-matcher across unmatched lines
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required
statementId
string<uuid>
required

Body

application/json
threshold
number

Minimum fuzzy-match confidence.

Required range: 0 <= x <= 1
dryRun
boolean

Response

Auto-match run summary.

Standard server envelope used by the statement, reconciliation, sub-publishing, and analytics endpoints.

status
enum<string>
Available options:
success,
error
message
string
data
object