list_webhooks
List webhook subscriptions to reveal where Skilljar sends events, the event types that trigger them, and whether each is active or deactivated after delivery failures. Credential values are withheld.
Instructions
List webhook subscriptions - where Skilljar sends events, and on what.
SECRETS ARE WITHHELD. Skilljar returns a shared-secret header value, any token in
the target URL's query string, and a Basic-auth password in plain text. None of
those are returned here. You get the header NAMES, and the URL's host and path,
which answer where an event goes without handing over the credential.
`event_type` is what fires it - `preview_event_payload` shows the shape of that
event's body. `active` false with a `deactivate_reason` usually means Skilljar
turned it off after repeated delivery failures, which is worth reporting: a
webhook can be configured correctly and still be dead.
To see a secret, read it in the Skilljar Dashboard. It is deliberately not
available through this server.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |