VUZDevelopers

Worth-a-word candidates for the pre-send accountant-review ask list

GET
/expense-management/expenses/worth-a-word

Flippable category + amount ≥ threshold + currently low/zero recognition. Powers the one concentrated pre-send ask (plan §4.2) — never scattered interruptions at capture time.

X-Api-Key<token>

Business API key, e.g. vuz_ab12cdef... Created via Settings → Integrations → API Keys. Unlike partner keys, a public API key's STRING does not encode its environment — isolation instead comes from a completely separate sandbox database: a key minted on the Sandbox server (above) only ever reads/writes sandbox data and can never see or affect production, regardless of what the key looks like.

In: header

Query Parameters

ids?array<string>

Comma-separated expense IDs to check (e.g. from the current שליחה לרו״ח batch). Omit to scan all of the business's pending expenses.

Response Body

application/json

curl -X GET "https://example.com/expense-management/expenses/worth-a-word"
[  {    "id": "string",    "description": "string",    "supplierName": "string",    "expenseDate": "2019-08-24T14:15:22Z",    "totalAmount": 0,    "currentRecognitionLabel": "not_recognized",    "thumbnailUrl": "string"  }]