Skip to main content
GET /api/enrichment/acceptance-rate · Scope: catalog:read
Returns acceptance metrics for the proposals your API client has submitted for the merchant organization, optionally windowed by review time.

Query parameters

string
Only count proposals reviewed after this moment (epoch millis or ISO-8601). Not-yet-reviewed proposals are matched by submission time.
string
Only count proposals reviewed before this moment.

Request

Response 200

number
All proposals submitted in the window.
number
Proposals accepted or rejected.
number
Proposals where at least one field was applied (full or partial approval).
number
Proposals rejected in full.
number
Proposals still awaiting review.
number
accepted / reviewed, as a 0–1 fraction rounded to four decimals (0 when nothing has been reviewed).
object[]
Per-confidence-band breakdown: { band, reviewed, accepted, acceptanceRate }. Bands are 0-49, 50-79, 80-100; proposals sent without a confidence are excluded from the bands.

Errors