API
Skip to main content

Customer listing

GET /customers

The customer list can be made using the following filters:

  • Email (email)
  • Customer identifier (customerId)
  • Limit the results (limit)

1. Obtain the customer with the email jose.silva@email.com.

GET /customers?email=jose.silva@email.com

2. Obtain the first two customers.

GET /customers?limit=2