curl --location --request GET 'https://platform.shopranos.eu/api/EmailSettings'
{
"orderPdf": true,
"sendGridKey": "string",
"newOrderEmail": [
"string"
],
"from": "string",
"emailType": "Shopranos",
"port": 0,
"server": "string",
"password": "string",
"useSsl": true,
"user": "string",
"emailProfiles": [
{
"emailType": "ChangePassword",
"emailProfileId": "string"
}
]
}