Pagination when accessing the Spacebring API
Parameter | Type | Description | Default |
---|---|---|---|
limit | number | The number of objects to return. | 25 |
nextPageToken | string | Token acquired from a previous request. |
limit
parameter is the number of objects to return.
Allowed range is 1-100.
nextPageToken
value from the response as the nextPageToken
parameter in your subsequent request.
If there are no more pages, the nextPageToken
field will not be present in the response.