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

# Get All Webhooks

`GET /webhooks/`

List all active webhooks

## Response `200`

Successful Response

- Webhook[]
  - `target_url` string, uri
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `object_id` integer
  - `content_type` string
  - `event_id` integer

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
