v1
latestOpenAPI 3.1.02026-07-2684271522.2 KBProducts
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.
Example response
{
"pending_classification": 142,
"pending_classification_capped": false
}