GET
/
v1
/
settings
curl --request GET \
  --url https://api.malga.io/v1/settings \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Client-Id: <api-key>'
{
  "id": "id da setting",
  "clientId": "id da setting",
  "mainColor": "#000000",
  "SecondaryColor": "#FFFFFF",
  "attentionColor": "#FF0000",
  "errorColor": "#FF0000",
  "successColor": "#00FF00",
  "backgroundColor": "#FFFFFF",
  "logo": "https://url.com/logo.jpg",
  "companyUrl": "https://www.company.com"
}

Authorizations

X-Client-Id
string
header
required
X-Api-Key
string
header
required

Response

200
application/json
Success

The response is of type object.