End Close webhooks allow you to respond to asynchronous events on the platform, such as when a transaction is reconciled. End Close uses HTTPS to send webhook events to your app as a JSON payload. To start receiving webhook events in your app: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.
- Create a webhook endpoint handler to receive event data POST requests in your codebase.
- Create a webhook endpoint in the End Close dashboard.
- Secure your webhook endpoint.
- You can register and create one endpoint to handle several different event types at the same time, or set up individual endpoints for specific events.