v1

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

Get accounting event type

Get a specific accounting event type by its ID.

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

get/v1/event-types/{eventTypeId}

Path parameters

eventTypeIdinteger required

Event type ID

Response

OK

idinteger required

Event type ID

descriptionstring required

Event type description

Example response

{
  "id": 101,
  "description": "CREDIT"
}