WebhookLogs is the method to list webhook logs. Permissions: authorizer:admin
(ctx context.Context, in *model.ListWebhookLogRequest)
| 200 | // WebhookLogs is the method to list webhook logs. |
| 201 | // Permissions: authorizer:admin |
| 202 | WebhookLogs(ctx context.Context, in *model.ListWebhookLogRequest) (*model.WebhookLogs, error) |
| 203 | // Webhook is the method to get webhook. |
| 204 | // Permissions: authorizer:admin |
| 205 | Webhook(ctx context.Context, params *model.WebhookRequest) (*model.Webhook, error) |
no outgoing calls