Listar IDs de cuentas por pagar
GET/payables/ids
Every payable id the token can see. Requires scope finance.payables. Pairs with ?updated_at[gte]= on the listing. The delta reports what changed; this reports what still exists. A delta can never report a disappearance — the row it would have to describe is gone — so an id that stops appearing here is the only signal that something left. Diff this set against your mirror and drop what is missing. Takes no filters: the sweep must cover exactly what the listing shows, and a filter applied here but not to your mirror would read as mass deletion. Note that deletion is not the only exit: a payable whose payment authorization is rejected leaves the visible set while its row stays put, and it disappears from this sweep exactly as a deleted one would.
Solicitud
Respuestas
- 200
- 400
- 401
- 403
- 500
Live payable ids.
Malformed query. This endpoint takes no filters or sort — passing one is a 400.
Missing / invalid / expired / revoked token.
Token lacks the resource read scope, or sub does not match any workspace.
Unhandled server error.