REST API Overview
The Vera Public REST API lets backend systems read and write Vera data over HTTPS. Use it for CRM sync, automated quote creation, scheduled exports, and any integration where your code runs on a server (not inside a Vera iframe).
Base URL
https://app.verahq.net/api/v1/All requests must be authenticated with an API key. See Authentication.
Building an embedded tool instead?Use Vera Bridge - no API keys, inherits the user's session, runs in the browser.