Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Description

cursor

Each response returns you contains a next cursor, that you can then use to retrieve the next page of updates.

limit

The maximum number of listing updates returned by API. (Maximum: 50)

  • If you are integrating with this API for the first time, the cursor parameter should be omitted. Every subsequent request should contain the cursor that is provided to you in the previous call’s next field. That way you can efficiently poll for listing updates that happened after the last successful pull.

...