KuS

KuS Tools

Professional Industrial Solutions

IoT REST API Tester

Professional API Testing Tool – KUS IoT Platform

📋 Open Swagger UI

🚀 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.

JWT Authentication
Token Management & Session
Device Management
Retrieve List & Details
Telemetry Queries
Time Filters & Live Data
🔐 1. User Login & Authentication
📋 API Endpoint: 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

POST /api/auth/login
User Authentication & Token Generation
GET /api/customer/{id}/devices
Retrieve Customer Device List
GET /api/plugins/telemetry/…
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.

  1. Log in here in the REST API Tester and copy the Access Token.
  2. Open the Swagger UI. Swagger UI
  3. Click on Authorize (lock icon top right).
  4. Paste the copied token and confirm with Authorize.
  5. After that you can try all API endpoints directly.