The API is in early access and is not publicly available. Endpoint URLs, request examples and sample responses on this page are illustrative. Contact hello@vangrid.io to request access.
Authorization header. Requests without a valid key return 401 Unauthorized and are not processed.
Obtaining your API key
Contact hello@vangrid.io to request API access. Once your account is provisioned, your API key is available in the Vangrid dashboard under Settings → API Keys.Passing your API key
Include your key in theAuthorization header on every request:
Authentication errors
Example
401 response:
Best practices
- Store your key in an environment variable:
VANGRID_API_KEY - Use separate keys for development and production environments
- Rotate keys periodically via the dashboard
- Revoke compromised keys immediately from Settings → API Keys

