Lists webhooks
List webhooks request
Example response
{- "webhook_type": "GIT"
}
[- {
- "webhook_identifier": "string",
- "webhook_name": "string",
- "is_enabled": true,
- "event_trigger_time": 0,
- "spec": {
- "webhook_type": "GIT"
}
}
]
Create webhooks at account level
Create webhook request
Example response
{- "webhook_identifier": "string",
- "webhook_name": "string",
- "spec": {
- "webhook_type": "GIT"
}
}
{- "webhook_identifier": "string"
}
Fetch Webhook at Account level
Example response
{- "webhook_identifier": "string",
- "webhook_name": "string",
- "is_enabled": true,
- "event_trigger_time": 0,
- "spec": {
- "webhook_type": "GIT"
}
}
Updates a Webhook at Account level
Update webhook request
Example response
{- "webhook_name": "string",
- "is_enabled": true,
- "spec": {
- "webhook_type": "GIT"
}
}
{- "webhook_identifier": "string"
}