Listar IDs de transações
GET/financial-transactions/ids
Every financial transaction id the token can see. Requires scope finance.transactions. 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. This is the largest resource in the API, which is what makes the pairing worth the trouble: re-paging the full history to find a handful of removals is exactly the cost the delta exists to avoid.
Requisição
Respostas
- 200
- 400
- 401
- 403
- 500
Live financial transaction 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.