Skip to main content

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 customerId in the path param.
  • You can retrieve all the customers using the customers GET /customers API.

    • You can provide filter criteria in the parameters for example customerType, email, phoneNumber, taxIdNumber and customerId.
    • Refer to Filters section for more details on filtering results based on specific fields.
    • Refer to Pagination section for more details on paginating results.