Sign in

List vouchers for location

documented

Return the pre-paid vouchers for a specific location.

GET /v1.0/locations/{locationId}/vouchers.{format}Locationsno implementation yet0 runs
No 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/v1.0/locations/{{$location_id}}/vouchers.{{$format}}?limit={{$limit}}&offset={{$offset}}&sort={{$sort}}&fields={{$fields}}" \
  -u "{{HOTSPOTSYSTEM_API_KEY}}:" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List vouchers for location · hotspotsystem · OpenIntegrations