- Generate client libraries for your preferred programming language
- Explore the API using tools like Swagger UI or Postman
- Understand the complete API schema, including all endpoints, request/response models, and authentication requirements
The OpenAPI specification is always up-to-date and reflects the current state of the Vantage API.
Authentication
This endpoint requires authentication via a Bearer token in the Authorization header. See Authentication for details on creating an API access token.Request Parameters
This endpoint does not accept any query parameters or path parameters.Response
The response is a JSON object containing the full OpenAPI specification, including:- API metadata (title, description, version, contact information)
- Server information
- Authentication schemes
- All available endpoints with their methods, paths, parameters, and request/response schemas
- Data models and schema definitions
The full specification document is extensive and includes detailed information about all endpoints, request/response models, and authentication methods available in the Vantage API.