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.
Authentication
API keys, bearer tokens, and the refresh flow
Conventions
Response envelope, pagination, dates, IDs, geolocation
Errors
Error envelope, categories, and retry strategy
Webhooks
Real-time event notifications
Base URL
Required headers
Some public registration endpoints require only the ApiKey. See Authentication for full details.
Response envelope
Paginated list endpoints add totalCount and returnedCount. Errors are signalled via error_code in the envelope — not via HTTP status.
API groups
Browse the full reference using the navigation on the left.

