API Tester
Test your API endpoint connectivity, authentication, and data retrieval
Configuration
Note: Do NOT use port 3000. Use your actual domain (will use port 443 for HTTPS)
Get your API key from Dashboard → ERP Integration → View
Common Issues:
- iot-access.com:3000 won't work - port 3000 is internal only
- Use your actual domain: https://iot-access.com (port 443)
- Make sure your API key is valid and active in the dashboard
- Check that your server is deployed (not localhost)
Connection Tests
Connectivity
Not tested
Server Health
Not tested
Authentication
Not tested
Attendance
Not tested
API Endpoints
POST /api/erp/auth
Authenticate with API key, returns JWT token
GET /api/erp/attendance
Fetch attendance records (requires token)
GET /api/erp/devices
Get IoT devices list (requires token)
GET /api/erp/employees
Get employee data (requires token)