Get Customer Matching Configuration
GET/api/qbo/integration-instances/:integrationInstance/matching-config
Get the customer matching configuration for a QuickBooks Online integration instance. If no configuration has been saved yet, the defaults are returned.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Fields:
weights- relative importance (0-100) of each signal: email, company, name, address, phone.thresholds- score cutoffs (0-100): proposals scoring at or aboveautoare auto-suggested; at or abovereviewthey land in the review queue; belowreviewthey are hidden.generic_email_handling- how shared mailbox addresses (info@, sales@, ...) are scored:demote(half credit),ignore(no credit), oraccept(full credit).generic_local_parts- the list of email local parts treated as generic.fuzzy_company/fuzzy_name- whether near-matches count for the company and name signals.auto_commit_auto_suggested- whether proposals in the auto bucket should be committed without manual review.
Returns 404 if the integration instance does not exist.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not Found
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.