Get a webhook
GET /webhooks/{webhookId}
GET
/webhooks/{webhookId}
Retrieve a webhook by its id
Parameters
Path Parameters
webhookId
required
string
The ID of the webhook to retrieve
Responses
200
Successful response with webhook data
object
data
object
type
string
id
string
attributes
object
events
Array<string>
[ "milestone.created", "task.created"]
url
string
https://example.com/webhook
lastEventDate
An integer representing milliseconds since the Unix epoch
integer format: int64
eventCount
integer
42
createdDate
An integer representing milliseconds since the Unix epoch
integer format: int64
createdBy
string
user1234user1234
status
string
ACTIVE