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

Method Webhook

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

Webhook is the method to get webhook. Permissions: authorizer:admin

(ctx context.Context, params *model.WebhookRequest)

Source from the content-addressed store, hash-verified

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)

Callers 4

TestWebhooksFunction · 0.65
GetWebhookMethod · 0.65
WebhookMethod · 0.65
WebhookMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestWebhooksFunction · 0.52