---
title: "GET /v1/webhooks"
method: GET
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# GET /v1/webhooks

`GET /v1/webhooks`

Fetch all webhook events for your school.

## Response `200`

200 response

- ListWebhooksResponse
  - `webhooks` Webhook[], required
    - `id` integer, required — The unique ID of the webhook.
    - `workflow_state` string, required — The state of the webhook (e.g., verified, pending, failed).
    - `url` string, required — The webhook URL..
    - `event_trigger` string, required — The title of the event that triggers the webhook (e.g., Comment.created, Enrollment.created, etc.).
    - `webhook_events_count` integer, required — The number of times the webhook event has occurred.

---

[API](https://skmtc.net/teachable/apis/teachable-public-api.md) · [All operations](https://skmtc.net/teachable/apis/teachable-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teachable/teachable-public-api/revisions/e03f4f4f7957/schema)
