Skip to content

HTTP API

Pagination

Some API may return a list of items. In this case, the response will be a List object:

FIELDTYPEDESCRIPTION
dataarraylist of items
nextstringtoken for the next page

You can use the next token to get the next page of items. If next is nullable, it means that there are no more items.