GET
/
changelogs
/
supplier_invoices
{
  "has_more": true,
  "next_cursor": "<string>",
  "items": [
    {
      "id": 123,
      "operation": "insert",
      "processed_at": "<string>",
      "updated_at": "<string>",
      "created_at": "<string>"
    }
  ]
}

Query Parameters

cursor
string | null

The cursor from which to start the pagination

limit
number
default:100

The number of items to return per page

Required range: 1 <= x <= 2000
sort
string
start_date
string

Response

200
application/json

200

The response is of type object.