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