Skip to content

Customer Service

Get All Customers for Cloud

Info

GET /api/customer/:cloudId

Success

GET /v2/clouds/:cloudId/customers

Get Customer

Info

GET /api/customer/:cloudId/:id

Success

GET /v2/clouds/:cloudId/customers/:customerId

Create Customer

Info

POST /api/customer/:cloudId/create

Success

POST /v2/clouds/:cloudId/customers

Update Customer Field

Info

POST /api/customer/:cloudId/:customerId/update

Success

Replace or create
PUT /clouds/:cloudId/customers
PUT /clouds/:cloudId/customers/:customerId

Partial update
PATCH /v2/clouds/:cloudId/customers/:customerId

Delete Customer

Info

GET /api/customer/:cloudid/:customerid/delete

Success

DELETE /v2/clouds/:cloudId/customers/:customerId