How to Use Provisioning Endpoints
Below is a quick introduction to the basics of using the provisioning endpoints.
Base Url
The base url for all requests is https://api.pax8.com/v2
Terminology
The Pax8 Provisioning API provides a way for Vendors to easily fulfill Pax8 Orders. Here are a few key terms:
-
Provision
- To fulfill a Pax8 Order by creating the necessary cloud resources, communicating
results to Pax8, and sending credentials for the cloud resources to thePartner
. -
Partner
- A Pax8 Partner, also known as a Managed Service Provider (MSP).Partners
manage cloud software forCompanies
and are Pax8's primary users. -
Company
- A Pax8 Company, also known as an End User.Companies
buy
cloud software and support from aPartner
. -
Provisioner
- An entity that provisions Pax8 orders, also known as a Pax8 Vendor. -
Subscription
- A subscription record in Pax8 for a specificPartner
/Company
/Product
combination in the Pax8 system.
How Provisioning Works
Partner
orders from Pax8- Pax8 sends
ProvisionRequest
,ProvisionDetail
, andProvisionAttempt
via Webhook Provisioner
provisions cloud resourcesProvisioner
emailsPartner
information and credentials for cloud resourcesProvisioner
notifies Pax8 withProvisionResults
using the Provisioning APIPartner
has aSubscription
in Pax8 they can then modify or cancel at any time
OpenAPI Spec
You can find the complete OpenAPI Spec for the provisioning API here: https://devx.pax8.com/openapi/6614696de22531001ec2895e
Updated 5 months ago