Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Retrieves a list of customers associated with your merchant account. You can search for a specific customer using filters such as Merchant Customer Ref ID, first name, or last name.
The response includes key details for each matching customer — such as first name, last name, customer ID, and Merchant Customer Ref ID. This endpoint is commonly used for listing customers in internal tools, verifying account existence, or syncing customer records with your system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.