Listar IDs de cuentas por cobrar
GET/receivables/ids
Every receivable id the token can see. Requires scope finance.receivables. 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.
Solicitud
Respuestas
- 200
- 400
- 401
- 403
- 500
Live receivable 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.