Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
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.
"MjAyNS0wMS0wOVQwODoyNDozOC44MTI0NTha"
Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 1000.
1 <= x <= 1000
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.
Response
A list of customer changes
Indicates whether additional results are available beyond this set. Use this flag to determine if another request is needed.
true
Cursor to retrieve the next set of results.
Include this value in the cursor parameter of your next request to fetch subsequent items.
A null
next_cursor
in the response indicates no further results.
"SGVsbG8sIEJhc2U2NCBlbmNvZGluZyE="