Get general ledger account by ID with validity state as of a date
GET/v0/general-ledger/accounts/:date/:id
Returns a single general ledger account.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
- 502
- 503
- 504
General ledger account as it existed on the specified date
Response Headers
Maximum number of requests allowed in the current rate limit window for the used scope.
Number of requests remaining in the current rate limit window.
Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.
The OAuth scope bucket to which this rate limit applies: read or write.
Unauthorized
Forbidden (e.g., insufficient scope privileges)
General ledger account not found or was not valid at given date
Rate limit exceeded. Reduce request frequency and retry after the indicated number of seconds.
Response Headers
Maximum number of requests allowed in the current rate limit window for the used scope.
Number of requests remaining in the current rate limit window.
Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.
The OAuth scope bucket to which this rate limit applies: read or write.
Number of seconds to wait before retrying. Only present on 429 Too Many Requests responses.
Internal server error
Bad gateway. An upstream service could not be reached.
Service temporarily unavailable. An upstream service returned a 503 error.
Gateway timeout. An upstream service did not respond in time.