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