hook
query
Get webhook by ID
Retrieves a webhook's configuration details, including URL, subscribed events, and delivery status.
query {
hook(companyId: Int!, hookId: String!): Hook!
}Returns: Hook!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
hookId | String! |