Get all webhooks for the current workspace
  GET /webhooks    
 GET
 /webhooks
 Retrieve all webhooks for the current workspace
Responses
200
Successful response with webhook data
object
 data    
 Array<object>
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