GET
/
api
/
v1
/
appearance
/
List appearance configurations
curl --request GET \
  --url https://api.camelai.com/api/v1/appearance/ \
  --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

Response

200 - application/json

The response is of type object[].