Skip to content

List webhooks

GET
/v1/webhooks
curl --request GET \
--url https://example.com/v1/webhooks \
--header 'Authorization: Bearer <token>'

Every webhook subscription in the tenant. Not paginated.

OK

object
items
Array<object>
nullable
object
id
string format: uuid
name
string
nullable
url
string
nullable
active
boolean
events
Array<string>
nullable
hasSecret
boolean
nextCursor
string
nullable