Skip to main content

List

Object

NameTypeMandatoryDescription
classstringYThe type of object which is being returned. In this case it will be list.
items_classstringYThe type of objects which are being returned in the data field as an array. In this case it will be token.
total_countintYThe total number of search results.
pagesintYThe number of pages to hold all results.
pageintYCurrent page being returned.
limitintYNumber of results returned per page.
next_pagestringYA url which must be called to get the next page of tokens. null if we’re already at the last page.
previous_pagestringYA url which must be called to get the previous page of tokens. null if we’re already in the first page.
dataarrayYThe results corresponding to the current page. An array of objects.