List incoming webhooks
Retrieve a list of incoming webhooks
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items to skip
0 <= x <= 1000Maximum number of items to return
1 <= x <= 100Filter by incoming webhook type. MILESTONE can still be filtered on so you can find existing milestone webhooks, but new ones can no longer be created and calls to them return 410.
Type of incoming webhook
RELEASE, MILESTONE, SUBSCRIBER Response
List of incoming webhooks retrieved successfully
Unique incoming webhook identifier
"iw_01hf8k4x7n9m2p3q5r8s9t0v1w"
Incoming webhook name
"New release trigger"
Incoming webhook type
RELEASE, MILESTONE, SUBSCRIBER "RELEASE"
Indicates whether the incoming webhook is enabled
true
Incoming webhook URL endpoint
"https://hooks.onset.io/v1/XXXX/XXX"
Timestamp of the last successful trigger
Creation timestamp
Last update timestamp

