GET
/
api
/
external
/
v2
/
changelogs
/
customer_invoices
{
  "has_more": true,
  "items": [
    {
      "created_at": "1989-01-05T00:47:18.431Z",
      "id": 77777594,
      "operation": "delete",
      "processed_at": "2015-01-07T02:40:04.567Z",
      "updated_at": "1960-05-08T01:18:09.939Z"
    },
    {
      "created_at": "1978-08-18T19:26:46.502Z",
      "id": -79522490,
      "operation": "delete",
      "processed_at": "2012-05-16T13:40:52.371Z",
      "updated_at": "1963-01-17T14:20:21.094Z"
    }
  ],
  "next_cursor": "SGVsbG8sIEJhc2U2NCBlbmNvZGluZyE="
}

Query Parameters

cursor
string

Cursor for pagination. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.

Example:

"MjAyNS0wMS0wOVQwODoyNDozOC44MTI0NTha"

limit
string

Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 1000.

Example:

"20"

start_date
string

Filter the changes based on the event date. The date should follow RFC3339 format. If no date is provided, the oldest changes will be returned. Changes for the last 4 weeks are retained, thus providing a start_date older than that will result in a 422 response. Providing both start_date and cursor parameters will result in a 400 response.

Example:

"2024-08-29T13:04:59+00:00"

Response

200
application/json

A list of customer invoices changes

The response is of type object.