GET
/
api
/
v1
/
appearance
/
{id}
/
Get appearance configuration
curl --request GET \
  --url https://api.camelai.com/api/v1/appearance/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "theme_mode": "light",
  "start_message": "<string>",
  "recommendations": "<any>",
  "response_mode": "full",
  "custom_css_vars": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "last_modified": "2023-11-07T05:31:56Z",
  "is_default": "<string>"
}

Authorizations

Authorization
string
header
required

JWT or API key authentication using Bearer scheme

Path Parameters

id
string
required

Response

200 - application/json

Serializer for OrgAppearanceConfig model.