---
title: "Get all subscription event types"
method: GET
path: "/webhooks/eventtypes"
tags: ["14. Webhooks"]
---

# Get all subscription event types

`GET /webhooks/eventtypes`

## Query parameters

- `prevCursor` string
- `nextCursor` string
- `maxResults` integer
- `category` string

## Response `200`

OK

- GetAllEventTypesResponse
  - `numberOfElements` integer
  - `maxResults` integer
  - `prevCursor` string
  - `nextCursor` string
  - `items` EventTypesResponseView[]
    - `category` string — The category of events can be subscribed to.
    - `eventTypes` string[] — The event types that can be subscribed to.
  - `prevPageAvailable` boolean
  - `nextPageAvailable` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/tangocard/apis/tango-api.md) · [All operations](https://skmtc.dev/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
