Read Customer
GET/customers/:customer_id
Retrieves details of a specific customer by ID.
Returns a complete customer object including their metadata and tags. The customer must exist in the system.
Request
Responses
- 200
- 404
- 422
Customer details successfully retrieved. Returns the Customer object.
Customer not found. The specified customer_id does not exist
Validation Error