Retrieve an Instance
Retrieves the details of an existing Instance.
Authorizations
Bearer authentication header of the form Bearer , where is your auth token.
Path Parameters
The instance ID
Response
Successful Response
The unique ID of the object.
"RKtPbubK5NcbBsUmU1ktSP"
The datetime in UTC time from which the API will sync an Instance's accounting data. Transactions or journal entries cannot be entered before this date. The time component is ignored — the value is always stored as start-of-day UTC (00:00:00Z).
"2024-01-01T00:00:00Z"
The name of the business.
"ACME Goods Inc"
The Instance's subscription tier.
tier0, tier1, tier2, tier3, tier4 "tier3"
The type of accounting package the Instance uses as the source of truth for their books.
platformgl "platformgl"
The datetime of the latest journal entry if one exists, otherwise null
"2024-10-01T00:00:00Z"
The datetime when the books for the instance were last closed by a bookkeeper
"2025-10-01T00:00:00Z"
The accounting method used: cash basis or accrual basis.
cash, accrual "accrual"