Skip to main content

Vega API

note

This API is is in Open Preview and is not General Availabilty (GA) at this time. More information about release phases may be found here. Functionality may be subject to change before GA. Feedback and insights from users during Open Preview are valuable in order to enhance API performance, security, and user experience.

Vega API Documentation

The Vega API documentation can be found at https://api.vegacloud.io/docs

Purpose

The Vega API is a set of endpoints that allows integration to the Vega Platform in a programmatic way. Examples of integrations include:

  • Users and their permissions
  • Provider Accounts
  • Resources
  • Schedules (Policies)
  • Business Groupings (Business Units)

Connecting to the Vega API

To ensure secure access to the API, we utilize JWT (JSON Web Token) authentication. The token is validated to verify the user's identity and permissions and must be included in the Authorization header of the HTTP request to access protected endpoints.

tip

Generate a Client Registration to securely access the Vega API.