AmooAti/Antimorph-ECommerce

Admin - Customer List

Opened this issue · 1 comments

Story

As an admin, I want to get customer list

API

Method: GET
Endpoint api/admin/customers
Auth: admin
Request: page, limit
Response:

  • Paginator with customer model data without password

Checklist

  • API Doc
  • Test

Auth: admin is not implemented due to it was not ready