cURL
curl --request GET \ --url https://api.endclose.com/v1/reconciliation_exceptions \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "title": "<string>", "id": 123, "description": "<string>", "status": "open", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "assignees": [ {} ], "amount": 123, "decimal_places": 2 } ], "has_more": true, "offset": 123 }
Returns a paginated list of exceptions, optionally filtered by reconciliation or status.
Filter by reconciliation
Filter by exception status
open
investigating
dismissed
resolved
1 <= x <= 100
Pagination offset
Paginated list of exceptions
Show child attributes