GET/webhooks

List webhook destinations

List your webhook destinations.

Request
GET/webhooks
curl --location 'https://api.ledgr.dev/v1/webhooks' \
--header 'Authorization: {api_key}'
Response

A list of destinations

{
  "status": "success",
  "endpoints": []
}