v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBCustomers
Get customer details
Returns information about a customer using Customer ID.
get/msp/v3/customers/{customerID}
Path parameters
customerIDstring required
Specify the unique ID of the customer you wish to update. Get the ID of the customer using the 'List all customers' API.
Query parameters
includeFeaturesboolean
Specify whether customer features should be included in the response.
Headers
Authorizationstring required
Specify the Bearer access token
Response
Ok
Example response
{
"id": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"address": "213 Derrick Street Boston, MA 02130 USA",
"phone": "12345678910",
"customerName": "Druva",
"features": [
{
"name": "Security Posture and Observability"
}
],
"tenantAdmins": [
1,
2,
3
],
"status": 1,
"createdOn": "2022-10-25T00:00:00Z",
"activeSince": "2022-10-25T00:00:00Z",
"attributes": [
{
"name": "licenseManagementAllowed",
"value": "1"
}
],
"cloud": 1
}