v1

latestOpenAPI 3.1.02026-07-2684271522.2 KB
Products

Processing Status

Returns how many of the account's products are still awaiting automatic HSA/FSA eligibility classification, capped for bounded cost on very large catalogs. Backs the dashboard "Syncing products" banner; clients derive any time estimate from pending_classification themselves.

get/v1/products/processing_status

Response

Catalog-wide eligibility processing status for the authenticated account.

pending_classificationinteger required

How many active products are still awaiting automatic HSA/FSA eligibility classification. Capped (see pending_classification_capped); the frontend derives any time estimate from this count itself.

pending_classification_cappedboolean required

True when pending_classification hit its ceiling — the true number is at least that. Clients should render e.g. "10,000+".

Example response

{
  "pending_classification": 142,
  "pending_classification_capped": false
}