v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounting event types

List accounting event types

List accounting event types for your organization.

Refer to the Search for accounting event types for more information.

get/v1/event-types

Query parameters

pageSizeinteger

Maximum number of accounting event types per page.

pageOffsetinteger

Number to offset page resuts. For example, value 2 returns the third page. Defaults to 0, which returns the first page.

Response

OK

has_nextboolean

Indicates whether there are more pages after the current page.

Example response

{
  "items": [
    {
      "id": 101,
      "description": "CREDIT"
    }
  ]
}