curl --request GET \
--url https://api.ledger.so/v1/webhooks \
--header 'Api-Key: <api-key>'{
"data": [
{
"object": "webhook",
"id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"status": "enabled",
"createdAt": 123,
"updatedAt": 123,
"description": "<string>"
}
],
"hasMore": true,
"object": "list"
}List all webhook endpoints for your organization.
curl --request GET \
--url https://api.ledger.so/v1/webhooks \
--header 'Api-Key: <api-key>'{
"data": [
{
"object": "webhook",
"id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"status": "enabled",
"createdAt": 123,
"updatedAt": 123,
"description": "<string>"
}
],
"hasMore": true,
"object": "list"
}