Skip to main content
WEBHOOK
record.reconciliation_overdue
{
  "id": "<string>",
  "event_type": "<string>",
  "data": {
    "amount": 123,
    "date": "2023-12-25",
    "data_stream_key": "<string>",
    "id": 123,
    "currency": "USD",
    "decimal_places": 2,
    "description": "<string>",
    "metadata": {},
    "external_id": "<string>",
    "matched_records": [
      {
        "id": 123,
        "amount": 123,
        "currency": "USD",
        "decimal_places": 2,
        "description": "<string>",
        "date": "2023-12-25",
        "external_id": "<string>",
        "data_stream_key": "<string>",
        "reconciliation_id": 123,
        "reconciliation_name": "<string>"
      }
    ],
    "days_unreconciled": 123
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://endclose.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Body

application/json
id
string
required

Unique identifier for the event

event_type
string
required

Description of the event (e.g. record.reconciled or record.reconciliation_overdue)

data
object
required

Payload data for the event

timestamp
string<date-time>

Response

200

Return a 200 status to indicate that the data was received successfully