---
title: "Get supported event types and notify types."
method: GET
path: "/projects/{project_name_or_id}/webhook/events"
tags: ["webhook"]
---

# Get supported event types and notify types.

`GET /projects/{project_name_or_id}/webhook/events`

Get supported event types and notify types.

## Path parameters

- `project_name_or_id` string, required

## Headers

- `X-Request-Id` string
- `X-Is-Resource-Name` boolean

## Response `200`

Success

- SupportedWebhookEventTypes — Supported webhook event types and notify types.
  - `event_type` EventType[]
  - `notify_type` NotifyType[]
  - `payload_formats` PayloadFormat[]
    - `notify_type` string — Webhook supported notify type.
    - `formats` PayloadFormatType[] — The supported payload formats for this notify type.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
