API
Here are our current API endpoints for our Voltage Park On Demand API.
Overview
Our Voltage Park On Demand API allows developers to deploy, manage, and monitor virtual machines (VMs) and bare metal instances.
Authentication
This API uses Bearer Token Authentication to authorize requests. Every request must include a valid API token in the Authorization header.
Example:
Authorization: Bearer YOUR_API_KEY
How to Obtain an API Key
Contact our support team by emailing [email protected].
Provide the following details in your request:
The email address associated with your Voltage Park On Demand account.
Your Organization ID, which can be located on your Account page.
Our team will acknowledge your request and provide an API Key with the proper permissions.
Keep your API key secure! Treat it like a password and NEVER expose it in public repositories.
Endpoints
The Voltage Park On-Demand API can be accessed at https://cloud-api.voltagepark.com
. For a comprehensive guide to endpoints, please find the V1 API docs below.
The OpenAPI spec can be found at https://cloud-api.voltagepark.com/api/v1/openapi.json.
Last updated