Some API calls will return a continuationToken in the API response. A continuation token indicates that there are more results available. Calling the endpoint again with the same parameters and including the continuationToken will retrieve the next page of results.
The continuationToken should be added as a header:
X-SQ-Continuation: continuationToken