---
title: "List accounting event types"
method: GET
path: "/v1/event-types"
tags: ["Accounting event types"]
---

# List accounting event types

`GET /v1/event-types`

List accounting event types for your organization.

Refer to the [Search for accounting event types](https://developers.pismo.io/pismo-docs/docs/search-for-accounting-event-types) for more information.

## Query parameters

- `pageSize` integer
- `pageOffset` integer

## Response `200`

OK

- object
  - `has_next` boolean — Indicates whether there are more pages after the current page.
  - `items` object[] — Items returned by the request
    - `id` integer, required — Event type ID
    - `description` string, required — Event type description

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.dev/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
