Get Invoice Item
Get an invoice item by ID.
Returns the invoice item with its associated price and product details.
Works for both User and API Key authentication.
Account access is automatically validated via endpoint dependency.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
external_id
account_id
Response
Successful Response
id
invoice_id
description
quantity
amount
currency
metadata
created_at
updated_at
price
product_name
proration
period_start
period_end
subscription_id
subscription_item_id
tier_breakdown
Errors
422
Unprocessable Entity Error