Settings
Recuperar configuração de link de pagamento personalizado
Visão Geral
Tokens
Charges
Sessions
Customers
Merchants
Vendors
Sellers
Webhooks
Reports
Settings
Recuperar configuração de link de pagamento personalizado
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"
}
Response
200
application/json
Success
The response is of type object
.
Was this page helpful?
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"
}