get https://api.waitwhile.com/v2/location-status
Pagination
All List endpoints have a max. results limit of 100 (with the default being set to 20), however, pagination can be utilized to retrieve additional batches of results past this max. The initial response will include
startAt
andendAt
values. Paginated result batches can be retrieved by making additional calls with thestartAfter
param value set to be whatever theendAt
value was in the previous response.