Versioning
Verifycate API versioning under /api/v1
All documented routes live under the path prefix:
https://api.verifycate.com/api/v1The v1 segment is the current public API version. New compatible fields may appear in responses without a version bump; clients should ignore unknown JSON properties.
There is no published sunset or deprecation calendar for v1 yet. When a future major version ships, it will use a new path prefix (for example /api/v2). Prefer pinning integrations to /api/v1 explicitly rather than assuming an unversioned host root.