Skip to main content
GET
Fetch bill
An expense is a type of bill. To fetch one expense, use Fetch bill with the expense id returned by Create expense:
The response is a bill with is_expense: true. See the Expense object for more on expenses vs. standard bills.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business to fetch the bill for.

billId
string<uuid>
required

The UUID of the bill to fetch.

Response

200 - application/json

Success.

data
object
required