Skip to main content
GET
/
v1
/
customers
List customers
curl --request GET \
  --url http://localhost:3000/api/v1/customers

Query Parameters

page
integer
default:1
limit
integer
default:20
isActive
boolean

Search by name or email

Response

Paginated customer list