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

Method Webhooks

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

Webhooks is the method to list webhooks. Permissions: authorizer:admin

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

Source from the content-addressed store, hash-verified

206 // Webhooks is the method to list webhooks.
207 // Permissions: authorizer:admin
208 Webhooks(ctx context.Context, in *model.PaginatedRequest) (*model.Webhooks, error)
209 // FgaWriteModel installs a new fine-grained authorization model.
210 // Permissions: authorizer:admin
211 FgaWriteModel(ctx context.Context, params *model.FgaWriteModelInput) (*model.FgaModel, error)

Callers 5

TestAdminWebhooksGRPCFunction · 0.65
TestWebhooksFunction · 0.65
WebhooksMethod · 0.65
WebhooksMethod · 0.65
WebhooksMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestAdminWebhooksGRPCFunction · 0.52
TestWebhooksFunction · 0.52