Provisioner and Webhooks
Provisioner
A Provisioner
is synonymous with a Pax8 Vendor. Provisioner
systems provision orders sent to them by Pax8.
Endpoints
Get All Provisioners
- Gets All
Provisioners
- GET /provisioners
Get A Provisioner by ID
- Get A
Provisioner
by ID - GET /provisioners/{provisionerId}
The Provisioner Object
{
"id":"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdDate":"2025-08-04T21:53:58.808Z",
"vendorId":"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name":"string"
}
Webhooks
Webhook Configuration is tied to the Provisioner. In order to configure your webhook please visit the Webhook Configuration page.
Updated about 1 month ago
What’s Next
Visit the Webhook Configuration Page