List Source Types
GET/api/ledger/entries/source-types
Distinct source-document origins present on live (non-discarded, non-batch-aggregate) journal entries — powers the entries-list "Source" quick filter so it offers only origins the tenant actually has (e.g. "Amazon Settlement", "Sales Order", "Bill"). Lets users isolate settlement-derived bills/invoices that have no batch.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Authentication: Requires Bearer token.
Usage: each value is the backend morph class to pass back as filter[source_type]=<value> on GET /api/ledger/entries; label is the friendly name to display. Options are sorted by label.
No query parameters.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.