hooks
query
List webhooks
Retrieves all webhooks configured for the company, including their target URLs and subscribed events.
query {
hooks(companyId: Int!, options: HookOptions): Hooks!
}Returns: Hooks!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | HookOptions |