Technical Concepts

The mechanics you need before writing integration code: how to authenticate, which host to call, and how to verify the webhooks Verto sends you.

PageWhat it covers
Authentication mechanismToken issuance, the certificate-based flow, and token lifetime.
URLs (Sandbox vs Production)Every service host for both environments, and the IP-whitelisting step before go-live.
Verifying webhook signaturesThe auth-* headers, the signing scheme, and verification samples in Node, Python, and Java.

Did this page help you?