Retrieve a customer
GET/api/v2/customers/:customerId
Overview
Use this method to retrieve a single customer by passing their customer identifier.
Associated data
This will return the basic customer details, along with:
Domains Properties Departments Office Locations Services Administrative Users Customer Roles Locations
Request
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Successful execution, results returned in body
Successful execution, but no customer record found for the specified ID
Bad request, invalid parameters
Unauthorized, valid token was not supplied
Forbidden, the user does not have permission to execute this function
Server error, details will be included in the response.