List webhook subscriptions
GET/webhooks
List webhook subscriptions
Valid event names
The eventNames array on each subscription must contain names from the canonical event vocabulary. The full list is available in the x-align-events extension on the OpenAPI spec. Common examples: entry.created, entry.status_changed, entry.commented, release.released, time.logged, agreement.signed, cost.approved.
Subscriptions that include an unrecognised event name are rejected at write time with { "error": "unknown_event_names", "invalid": [...] }.
OK
Schema
Array [
]
data
object[]
required
iduuidrequired
Example:
3fa85f64-5717-4562-b3fc-2c963f66afa6destinationUrlurirequired
Example:
https://hooks.example.com/aligneventNamesstring[]required
Example:
["entry.created","entry.updated"]enabledbooleanrequired
Example:
truedescriptionstring | nullnullablerequired
Example:
Notify CI pipeline on entry changes.createdAtdate-timerequired
Example:
2025-01-01T00:00:00Zpageintegerrequired
Example:
1pageSizeintegerrequired
Example:
25totalintegerrequired
Example:
100