Skip to main content
GET
/
v1
/
config
GET /v1/config
curl --request GET \
  --url https://api.example.com/v1/config

Request

curl -H "X-ARIS-API-Key: aris_yourkey" \
  "https://dqgynnlsclfbqysauesf.supabase.co/functions/v1/api-router/v1/config"
No query parameters needed — the brokerage is determined from your API key.

Response

Example response
{
  "primaryColor": "#1e3a8a",
  "secondaryColor": "#06b6d4",
  "logoUrl": "https://example.com/logo.png",
  "brokerageName": "Acme Realty",
  "greetingMessage": "Hi! How can I help you find your perfect home today?",
  "buttonStyle": "rounded",
  "chatPosition": "bottom-right",
  "title": "Acme Realty Assistant",
  "subtitle": "here to find your next home",
  "buttonText": "Chat with AI",
  "avatarEnabled": false,
  "avatarId": null,
  "voiceId": null
}