Request patterns which apply to most endpoints, and these are based on the HTTP verbs.
API Endpoint
The SmartWiFi API can be accessed at the following endpoint:
http://[the_tenant_endoint]/api/swagger/
Authentication
In order to avoid unauthorised use of this same API, it is necessary to include a header with an authentication parameter in all the requests made. The header to include is the following:
Key: APIKEY
Value: [the_tenant_api_key_string]
Versions