---
title: "List Webhook Event Types"
method: GET
path: "/v0/webhooks/event-types"
tags: ["Webhooks"]
---

# List Webhook Event Types

`GET /v0/webhooks/event-types`

Returns supported webhook event types with their metadata. Pass `search_type=jobs` or `search_type=companies` to get only the events relevant to that search type.

## Query parameters

- `search_type` 'jobs' | 'companies', nullable — Filter event types by search type: 'jobs' or 'companies'

## Response `200`

Successful Response

- WebhookEventTypeInfo[]
  - `type` 'job_new' | 'company_new' | 'job_closed', required
  - `public_name` string, required
  - `description` string, required
  - `details` string, required
  - `credits_per_event` integer, required
  - `record_type` 'job' | 'company', required
  - `example_payload` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/theirstack/apis/theirstack-api-reference.md) · [All operations](https://skmtc.net/theirstack/apis/theirstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theirstack/theirstack-api-reference/versions/64902095234a/schema)
