List invoices
Returns a paginated list of your invoices, with support for sorting.
Query parameters
Specifies the sort order for results.
Consolidated page parameter (deepObject style). Originally: page[number], page[size]
Response
List of invoices
Example response
{
"data": [
{
"file_id": "454ea3b0-9eaa-4fa9-992e-6d9f31c0a37e",
"invoice_id": "48eff763-ea80-4345-b688-78249eb165a8",
"paid": true,
"period_end": "2023-11-30",
"period_start": "2023-11-01",
"url": "https://api.telnyx.com:443/v2/invoices/48eff763-ea80-4345-b688-78249eb165a8"
}
],
"meta": {
"page_number": 1,
"page_size": 20,
"total_pages": 1,
"total_results": 20
}
}Changes
Changed in 2 of the 61 revisions of this API.4
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status403response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status403response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲