MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / WebhookLogs

Method WebhookLogs

internal/graphql/provider.go:202–202  ·  view source on GitHub ↗

WebhookLogs is the method to list webhook logs. Permissions: authorizer:admin

(ctx context.Context, in *model.ListWebhookLogRequest)

Source from the content-addressed store, hash-verified

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)

Callers 5

TestAdminWebhookLogsGRPCFunction · 0.65
TestWebhookLogsFunction · 0.65
WebhookLogsMethod · 0.65
WebhookLogsMethod · 0.65
WebhookLogsMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestAdminWebhookLogsGRPCFunction · 0.52
TestWebhookLogsFunction · 0.52