# Get Supplier By List ID >Get supplier based on supploer List ID Required Group Role: "Contacts" - "VIEW" Endpoint: GET /Supplier/ListID Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `ListID` (array, required) List of SupplierID Example: "227427f5-fb25-4f47-9e39-2370fa70d156,212347f5-gt52-4127-8148-7780fabcd123" ## Response 200 fields (application/json): - `ID` (string) ID of Supplier - `Name` (string) Name of Supplier - `Email` (string) Email Address of Supplier - `Code` (string) Code of Supplier - `MobilePhone` (string) Mobile number of Supplier - `Status` (string) Status Supplier ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)