Base URLs
Always use the sandbox environment for development and testing before moving to production.
API Versioning
The AuxVault API uses versioning to ensure backward compatibility as we add new features. The current version isv1.
All API requests should include the version in the URL path:
Authentication
All API requests must include your API key in the Authorization header:Request Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Your API key |
Content-Type | Yes | Must be application/json |
Accept | No | Defaults to application/json |
Response Format
All API responses are returned in JSON format. A successful response will have a status code in the 2xx range and contain the requested data. Error responses will have a status code in the 4xx or 5xx range and include an error message.Success Response Example
Error Response Example
Rate Limiting
The AuxVault API implements rate limiting to protect against abuse. The current limits are:- 100 requests per minute for standard accounts
- 300 requests per minute for enterprise accounts
429 Too Many Requests response.