SiteAssist

Get Project

GET
/get-project
x-siteassist-key<token>

In: header

Response Body

curl -X GET "https://loading/get-project"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "chatWidgetConfig": {
    "welcomeMessage": "string",
    "inputPlaceholder": "string",
    "userMessageBubbleColor": "string",
    "userMessageBubbleColorDark": "string",
    "brandColor": "string",
    "brandColorDark": "string",
    "displayName": "string",
    "width": 0,
    "maxHeight": 0,
    "offset": {
      "x": 0,
      "y": 0
    },
    "position": "bottom-left",
    "bubbleRadius": 0,
    "baseFontSize": 8,
    "openDelay": 0,
    "assistantAvatar": "http://example.com",
    "chatButtonIcon": "http://example.com",
    "chatButtonColor": "string",
    "customCSSStyles": "string"
  },
  "name": "string",
  "description": "string",
  "quickPrompts": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "title": "string",
      "prompt": "string"
    }
  ]
}
Empty
Empty
Empty
Empty
Empty