Authentication
For server-to-server integrations (not marketplace tools), use API keys:
Authorization: Bearer pip_key_your_api_key_hereAPI keys are scoped to specific endpoints and have configurable rate limits. Generate API keys from Vera Settings > API Tokens.
Marketplace tools do NOT need API keys — the bridge handles all authentication automatically through the Vera session.
Rate Limits
Section titled “Rate Limits”API responses include rate limit headers:
X-RateLimit-Limit: 100X-RateLimit-Remaining: 95X-RateLimit-Reset: 1713200000When the limit is exceeded, requests return HTTP 429 with a Retry-After header
indicating seconds until the next request is allowed.