Hotspotsystem.com reseller program is designed for ISP and WISP companies, Multi-site, Hotels, Campgrounds, Retail Chains, Wireless Hotspot Installers, Network System Integrators.
Go to siteHotspotSystem offers a powerful and easy to use API that enables you to build a wide range of applications and integrations on top of our hotspot platform.
Some examples of what you can build using the HotspotSystem API:
The possibilities are endless - With the HotspotSystem API you can build the perfect solution for your specific needs. Contact us to find out more about how we can help you get the most out of our hotspot platform.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
hotspotsystem: {
type: "app",
app: "hotspotsystem",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.hotspotsystem.com/v2.0/me`,
headers: {
"sn-apikey": `${this.hotspotsystem.$auth.api_key}`,
},
})
},
})
Emit new event when a new customer in a location is created. See the docs.
Emit new event when a new subscriber in a location is created. See the docs.
HotspotSystem uses API keys for authentication. When you connect your HotspotSystem account, Pipedream securely stores the keys so you can easily authenticate to HotspotSystem APIs in both code and no-code steps.
Your API key can be generated from the Control Center > Tools & Settings > API Keys menu.