# List Customers >Also available as HTTP POST (endpoint: /api/v3/Customer/p) Get List of customers Required Group Role: "Contacts" - "VIEW" Endpoint: GET /Customer Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `Name` (string) Name of the Customer Example: "Ferdiansyah Rahman" - `Outlet` (string) Name of the Outlet Example: "Outlet1" - `From` (string) Contact Join from Example: "2021-01-01" - `To` (string) Contact Join to Example: "2021-01-28" ## Response 200 fields (application/json): - `Name` (string) the name of customer has been showed - `Code` (string) the customer code of the customer to be showed - `Mobile` (string) the mobile phone number of customer to be showed - `Email` (string) the email of the customer to be showed - `BirthDate` (string) Birthdate Customer - `JoinDate` (string) Customer's Join Date - `ID` (string) Unique ID of the customer ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)