Skip to main content
All API requests must use HTTPS. HTTP requests will be rejected with a 301 redirect.
https://verilock.io/api/v1

Versioning

The API version is included in the URL path. The current version is v1. We will communicate any breaking changes well in advance and maintain backward compatibility within a version.

Content Type

All requests and responses use JSON. Set the required headers on every request:
Required Headers
Content-Type: application/json
Accept: application/json
X-API-Key: your_api_key
File uploads — For document and selfie uploads, use multipart/form-data instead of JSON. See the specific endpoint documentation for details.