Skip to main content
GET
/
v1
/
webhook-event-types
List webhook event types
curl --request GET \
  --url https://api.ledger.so/v1/webhook-event-types \
  --header 'Api-Key: <api-key>'
{
  "data": [
    {
      "name": "<string>",
      "category": "<string>"
    }
  ],
  "object": "list"
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Response

List of event types

data
object[]
required
object
string
Example:

"list"