Skip to main content
GET
/
reconciliation_exceptions
List reconciliation exceptions
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
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

reconciliation_id
string

Filter by reconciliation

status
enum<string>

Filter by exception status

Available options:
open,
investigating,
dismissed,
resolved
limit
integer
default:25
Required range: 1 <= x <= 100
offset
integer

Pagination offset

Response

200 - application/json

Paginated list of exceptions

data
object[]
has_more
boolean
offset
number