API Docs

With this API documentation, you can explore and interact with all the endpoints of the AirQo API.

This documentation shares the RESTful api endpoints provided by AirQo for retrieving measurements and device metadata from the AirQo monitoring network.

Authentication

As a first step, you need to request access to the platform. You can create an account by requesting access through this request access form: https://platform.airqo.net/request-access. After gaining access, you can access your access token using your newly acquired user credentials accordingly.

In case you already had an account, you can just use those user credentials accordingly to access your token which you will use for the endpoints. Using a RESTful client of your choice, access the following POST endpoint

https://api.airqo.net/api/v2/users/loginUser
JSON BODY:
{
"userName":"",
"password":""
}

Please follow the embedded link below to read more...

Last updated