Customer
Retrieve Customer Detail(s)
You can access customer information through the following endpoints.
Endpoint:
-
To get details on specific customer, use the
GET /customers/{customerId}API.- You must provide filter criteria
customerIdin the path param.
- You must provide filter criteria
-
You can retrieve all the customers using the customers
GET /customersAPI.- You can provide filter criteria in the parameters for example
customerType,email,phoneNumber,taxIdNumberandcustomerId. - Refer to Filters section for more details on filtering results based on specific fields.
- Refer to Pagination section for more details on paginating results.
- You can provide filter criteria in the parameters for example