List locations
documentedGet a list of the resource owner's locations.
GET /v2.0/locationsLocationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.hotspotsystem.com/v2.0/locations?limit={{$limit}}&offset={{$offset}}&fields={{$fields}}&sort={{$sort}}" \
-X GET \
-H "sn-apikey: {{HOTSPOTSYSTEM_API_KEY}}" \
-H "Accept: application/json"