stars list

GET {{baseUrl}}/stars.list?count=<string>&page=<string>&cursor=<string>&limit=<integer>

Lists stars for a user.

Request Params

KeyDatatypeRequiredDescription
countstring
pagestring
cursorstringParameter for pagination. Set cursor equal to the next_cursor attribute returned by the previous request's response_metadata. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See pagination for more details.
limitstringThe maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;items&quot;:[],&quot;paging&quot;:{&quot;page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;pages&quot;:&quot;\u003cinteger\u003e&quot;,&quot;per_page&quot;:&quot;\u003cinteger\u003e&quot;,&quot;spill&quot;:&quot;\u003cinteger\u003e&quot;}}