Get Customer by CustomerID

This returns customers details

Overview

To get a particular customer's details, you first build the complete get customer by customerID endpoint by passing version number, authToken and customerID to the URL path.
Then you make a get request to the complete get customer by customerID endpoint

If the request is successful, it returns a status code of 200 with a response body.

You can check out API reference to Get Customer by CustomerID