Skip to main content
GET
Get invoice by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Invoice UUID

Query Parameters

include_items
boolean
default:true

Include line items in response

include_metadata
boolean
default:false

Include metadata in response

Response

Invoice details

invoice
object
items
any[]