Skip to main content
GET
List Revenues

Authorizations

Authorization
string
header
required

Append a colon to your API key, Base64-encode it, and put it in the header. Enter the API key as the username and leave the password empty.

Query Parameters

from
string<date>

Start of the transaction date range. A KST date in YYYY-MM-DD format, inclusive. Tax invoices are filtered by write date.

to
string<date>

End of the transaction date range. A KST date in YYYY-MM-DD format, inclusive.

type
enum<string>

Evidence type Evidence type. HOMETAX_TAX_INVOICE: A tax invoice or invoice registered with the NTS. Documents issued through Bolta and documents collected from Hometax use the same value. New values can be added, so skip items with an unknown value.

Available options:
HOMETAX_TAX_INVOICE
cursor
string

nextCursor from the previous response. Send it exactly as received. A cursor is bound to the path, filters (from, to, type), and key mode (test or live) it was issued for. After you change the filters or key mode, start over without a cursor.

limit
integer
default:100

Maximum number of items per call

Required range: 1 <= x <= 200

Response

Lookup succeeded

Revenue or expense change list

items
object[]
required

Items in the order they changed in Bolta, not by write date.

A revenue or expense item whose shape depends on status. ACTIVE carries type and the matching object; REMOVED carries only status and id.

nextCursor
string
required

Cursor to pass on the next call. It is filled even on the last page, so save it and pass it on your next collection.

hasMore
boolean
required

Whether more items are available right now. Can be true even when items is empty.