Developer Console
The Developer Console is where you prepare and manage OpenAPI access before calling the REST API.
This section is not an endpoint reference. It explains the setup around API access, including API clients, credentials, permissions, and go-live checks.
Access URL
- Developer Console: https://developer.svnwi.com/wlte
API Ecosystem
| Area | Purpose |
|---|---|
| Developer Console | Configure API clients, permissions, and credential lifecycle |
| REST API | Query devices, execute relay operations, and query command results |
| WebSocket Coming Soon | Real-time connections, device status queries, and device event delivery |
| Support Process | Provide requestId, client ID, and timestamps when troubleshooting API calls |
Recommended Setup Flow
- Create an API client in the Developer Console.
- Assign the minimum required permissions.
- Store
clientIdandclientSecretin server-side secret storage. - Call Create Access Token to obtain an access token.
- Call REST APIs with
Authorization: Bearer {accessToken}. - Record
requestIdfrom every response for troubleshooting.
