API Status Support Dashboard

Merchant Branding

Customize merchant branding and appearance.


Get Branding Settings

curl https://dev.auxcore.net/api/v1/merchants/merchant_123/branding

Response:

{
  "logoUrl": "https://cdn.example.com/logo.png",
  "primaryColor": "#007bff",
  "accentColor": "#28a745",
  "companyName": "ACME Corp"
}

Update Branding

curl -X PUT https://dev.auxcore.net/api/v1/merchants/merchant_123/branding \
  -d '{
    "logoUrl": "https://cdn.example.com/newlogo.png",
    "primaryColor": "#ff6600"
  }'

Need help? Contact support@auxvault.com