Get Locations

GET {{baseUrl}}/locations?limit=<>&offset=<>

List all Locations

Pages through the list of the Locations for your user account. You can specify the maximum number of results to be retuned, and from which result to start.

Request Params

KeyDatatypeRequiredDescription
limitstringThe maximum number of records to load. Default is 30. The value should be greater than 0. Must be greater than 0.
offsetstringThe number of records to skip. Default is 0.