← Back to Developer Portal
Developer Reference / support/feedback
SUPPORT/FEEDBACK
Documentation and API guidelines for support/feedback
GET /v1/support/feedbackv1.0 REST API
Overview & Usage
Explore endpoints, data models, and integration guides for support/feedback on the LopRok Developer Platform.
Code Example & Request Syntax
// Query support/feedback
fetch('https://developer.loprok.com/v1/support/feedback', {
headers: { 'Authorization': 'Bearer YOUR_LOPROK_API_KEY' }
})
.then(res => res.json())
.then(data => console.log(data));