Get invoice line items
Get the line items for an invoice
Authorization
A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:
Service Token Accesses read_invoices
OAuth Scopes
| Resource | Scopes |
|---|---|
| Organization | read_invoices |
Path parameters
Organization name slug from list_organizations. Example: acme.
Invoice public ID from list_invoices. Example: aabb12123434.
Query parameters
If provided, specifies the page offset of returned results
If provided, specifies the number of returned results
Response
Gets the line items for an invoice
Changes
Changed in 4 of the 25 revisions of this API.73
- ○
added the required property
per_pageto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the required property
data/items/cloudflare_billedto the response with the200statusresponse-required-property-added
- ○
- ▲
the response property
data/items/resource/deleted_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
next_pagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
next_page_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
prev_pagebecame nullable for the status200response-property-became-nullable
- ▲
the response property
prev_page_urlbecame nullable for the status200response-property-became-nullable
- ○
added the required property
typeto the response with the200statusresponse-required-property-added
- ▲
- ▲
for the
queryrequest parameterpage, the type/format was changed fromnumber/tointeger/request-parameter-type-changed
- ▲
for the
queryrequest parameterper_page, the type/format was changed fromnumber/tointeger/request-parameter-type-changed
- ▲