Skip to content

/v1/webhooks (GET)

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

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