Skip to main content
GET
Fetch a single accounting entry by id.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>

Path Parameters

accountingEntryId
string<uuid>
required

The specific accounting entry ID that you are looking for.

Query Parameters

include_deleted
boolean

Set this to true if you want to include deleted accounting entries.

Response

The accounting entry for the specified ID.

data
object
required