20 and the page number 1. This can however be changed by including the page[size] and page[number] query parameters
E.g. 10 per page, second page
Paginating through list endpoints
20 and the page number 1. This can however be changed by including the page[size] and page[number] query parameters
E.g. 10 per page, second page
curl --request GET \
--url 'https://api.latitude.sh/servers?page[size]=10&page[number]=2' \
--header 'Authorization: Bearer API_KEY' \
Was this page helpful?