IoT REST API Tester
Professional API Testing Tool – KUS IoT Platform
🚀 Professional IoT API Testing for LoRaWAN Platforms
This tool enables comprehensive testing of REST API endpoints for IoT platforms. Test user authentication, device management, telemetry queries and API integrations for LoRaWAN sensors and ThingsBoard systems.
Token Management & Session
Retrieve List & Details
Time Filters & Live Data
https://iot.kus.at/api/auth/login🔑 Method: POST
💡 Use Cases for IoT REST API Testing
🔌 API Integration Testing
Test the integration of IoT platforms into your applications. Validate authentication, data formats and API responses before production deployment.
📡 LoRaWAN Device Management
Manage and monitor LoRaWAN sensors via REST APIs. Retrieve device lists, check device status and configure telemetry queries.
🔍 Debugging & Development
Use the tool for development and debugging. Test API calls, analyze JSON responses and optimize your IoT integrations.
📚 Supported API Endpoints
User Authentication & Token Generation
Retrieve Customer Device List
Query Device Telemetry Data
❓FAQ – Frequently Asked Questions
How does JWT authentication work?
After successful login, you receive a JWT (JSON Web Token), which is used as a Bearer Token in the Authorization header for all subsequent API calls. The token is valid for a limited time.
Which IoT platforms are supported?
The tool is optimized for the KUS IoT platform and ThingsBoard-based systems. The API structure is compatible with common LoRaWAN Network Server integrations.
How do I integrate the API into my application?
Use the displayed code examples as a basis. The tool shows complete JavaScript/Fetch examples for each endpoint that you can use directly in your application.
What is Swagger UI and how do I use it?
Swagger UI is the interactive API documentation for the KUS IoT platform. All available endpoints are listed there and can be tested directly in the browser.
- Log in here in the REST API Tester and copy the Access Token.
- Open the Swagger UI. Swagger UI
- Click on Authorize (lock icon top right).
- Paste the copied token and confirm with Authorize.
- After that you can try all API endpoints directly.