Skip to main content
GET
Fetch a close with full trial-balance snapshot

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant. Send client_id:client_secret as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for one hour (configurable). Decode them at jwt.io.

Path Parameters

id
string<uuid>
required

Response

Close (full snapshot embedded)

object
enum<string>
required
Available options:
period_close
id
string<uuid>
required
period_start
string<date-time>
required
period_end
string<date-time>
required
closed_by_label
string
required

Who closed it, as you labelled them. Not a Kordio identity.

Example:

"controller@acme"

created_at
string<date-time>
required
note
string | null
reopened_at
string<date-time> | null
reopened_by_label
string | null
trial_balance
object

The trial balance as it stood at the moment of closing.