← Tools Reference

HotspotSystem

HotspotSystem integration (Productivity, Communication). Imported from open-connector.

API key7 toolshttps://api.hotspotsystem.com/v2.0
GET
hotspotsystem_get_current_owner
Verify the HotspotSystem API key and return the connected operator account.

/me

GET
hotspotsystem_list_locations
List HotspotSystem locations owned by the authenticated operator.

/locations

4 parameters
ParamTypeRequiredDescription
fieldsstringoptionalA comma-separated list of HotspotSystem fields to include in the response.
sortstringoptionalOne HotspotSystem property name to sort by. Prefix with - for descending order.
limitintegeroptionalThe page size to request from HotspotSystem.
offsetintegeroptionalThe zero-based offset to request from HotspotSystem.
GET
hotspotsystem_list_location_options
List HotspotSystem locations as lightweight id-name options.

/locations/options

GET
hotspotsystem_list_customers
List HotspotSystem customers across all accessible locations.

/customers

4 parameters
ParamTypeRequiredDescription
fieldsstringoptionalA comma-separated list of HotspotSystem fields to include in the response.
sortstringoptionalOne HotspotSystem property name to sort by. Prefix with - for descending order.
limitintegeroptionalThe page size to request from HotspotSystem.
offsetintegeroptionalThe zero-based offset to request from HotspotSystem.
GET
hotspotsystem_list_location_customers
List HotspotSystem customers for one specific location.

/locations/{locationId}/customers

5 parameters
ParamTypeRequiredDescription
locationIdstringrequiredThe HotspotSystem location identifier.
fieldsstringoptionalA comma-separated list of HotspotSystem fields to include in the response.
sortstringoptionalOne HotspotSystem property name to sort by. Prefix with - for descending order.
limitintegeroptionalThe page size to request from HotspotSystem.
offsetintegeroptionalThe zero-based offset to request from HotspotSystem.
GET
hotspotsystem_list_subscribers
List HotspotSystem subscribers across all accessible locations.

/subscribers

4 parameters
ParamTypeRequiredDescription
fieldsstringoptionalA comma-separated list of HotspotSystem fields to include in the response.
sortstringoptionalOne HotspotSystem property name to sort by. Prefix with - for descending order.
limitintegeroptionalThe page size to request from HotspotSystem.
offsetintegeroptionalThe zero-based offset to request from HotspotSystem.
GET
hotspotsystem_list_location_subscribers
List HotspotSystem subscribers for one specific location.

/locations/{locationId}/subscribers

5 parameters
ParamTypeRequiredDescription
locationIdstringrequiredThe HotspotSystem location identifier.
fieldsstringoptionalA comma-separated list of HotspotSystem fields to include in the response.
sortstringoptionalOne HotspotSystem property name to sort by. Prefix with - for descending order.
limitintegeroptionalThe page size to request from HotspotSystem.
offsetintegeroptionalThe zero-based offset to request from HotspotSystem.