Webhook is the method to get webhook. Permissions: authorizer:admin
(ctx context.Context, params *model.WebhookRequest)
| 203 | // Webhook is the method to get webhook. |
| 204 | // Permissions: authorizer:admin |
| 205 | Webhook(ctx context.Context, params *model.WebhookRequest) (*model.Webhook, error) |
| 206 | // Webhooks is the method to list webhooks. |
| 207 | // Permissions: authorizer:admin |
| 208 | Webhooks(ctx context.Context, in *model.PaginatedRequest) (*model.Webhooks, error) |
no outgoing calls