Skip to content

Fetch widget configuration and resolved public theme​

GET
/widget/config

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses​

OK

application/json
JSON
{
  
"id": "string",
  
"name": "string",
  
"color": "string",
  
"widgetId": "string",
  
"deployment": "string",
  
"widget": "string",
  
"publicTheme": "string",
  
"branding": {
  
  
"white_label": true,
  
  
"product_name": "string",
  
  
"show_powered_by": true
  
},
  
"features": {
  
},
  
"identity": {
  
  
"authenticated": true,
  
  
"scope": "string"
  
},
  
"unreadCount": 0
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI