Authentication
Get Started
Authentication
Pass your API key on every request using one of the two supported methods.
X-API-Key (recommended)
Survives HTTP redirects. Always use this header.
X-API-Key: sk_live_...
Authorization: Bearer
May be stripped on www-redirect. Use --location-trusted with curl.
Authorization: Bearer sk_live_...
Redirect note: scanverra.com redirects to www.scanverra.com with HTTP 308. Some clients (including curl by default) strip the Authorization header when following cross-domain redirects. Always use the X-API-Key header, or target www.scanverra.com directly.
