# Get slimcd credentials Returns slimcd credentials by given storecode * type = POS - POS Credentials * type = EFT - EFT Credentials Endpoint: GET /slapi/setup/getslimcdcredentials Version: 0.0.1 Security: BasicAuthCredentials ## Query parameters: - `storecode` (string, required) - `type` (string, required) ## Response 200 fields (applicaiton/json): - `products` (array) - `products.domain` (string) Example: "trans.slimcd.com" - `products.clientId` (string) Example: "1234" - `products.siteId` (string) Example: "12345678" - `products.priceId` (string) Example: "12" - `products.password` (string) Example: "123456" - `products.key` (string) Example: "abc-123-def-456" ## Response 500 fields (applicatoin/json): - `error` (string) - `message` (string)