user
Get a hook
get/user/hooks/{id}
Path parameters
idinteger required
id of the hook to get
Response
Hook
activeboolean
Whether the webhook is active and will be triggered
authorization_headerstring
Authorization header to include in webhook requests
branch_filterstring
Branch filter pattern to determine which branches trigger the webhook
configobject
Configuration settings for the webhook
created_atstring date-time
The date and time when the webhook was created
eventsstring[]
List of events that trigger this webhook
idinteger
The unique identifier of the webhook
namestring
Optional human-readable name for the webhook
typestring
The type of the webhook (e.g., gitea, slack, discord)
updated_atstring date-time
The date and time when the webhook was last updated