API Overview
Get started with the Vlens REST API
The Vlens API is a REST API that accepts JSON request bodies and returns JSON responses. Every endpoint shares the same envelope, authentication pattern, and conventions.
API keys, bearer tokens, and the refresh flow
Response envelope, pagination, dates, IDs, geolocation
Error envelope, categories, and retry strategy
Real-time event notifications
Some public registration endpoints require only the ApiKey. See Authentication for full details.
Paginated list endpoints add totalCount and returnedCount. Errors are signalled via error_code in the envelope — not via HTTP status.
Browse the full reference using the navigation on the left.