Get Webhook Rule – Management API – MediaKind

Get Webhook Rule

get https://app.mk.io/api/v1/projects/:project_name/webhook/rules/:rule_name

Gets webhook rule by name.

RBAC Capability Required: webhooks.config.get

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

Parameter Type Required Description
project_name string Yes The name of the project.
rule_name string Yes The name of the rule.

Response

200 A single Webhook Rule

Metadata

Spec

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error