Skip to main content
GET
/
widget
/
config
Get widget configuration
curl --request GET \
  --url https://platform.agentictrust.com/api/v1/widget/config \
  --header 'x-api-key: <api-key>'
{
  "showBranding": true,
  "position": "bottom-right",
  "primaryColor": "<string>",
  "bgColor": "<string>",
  "textColor": "<string>",
  "navigationCardColor": "<string>",
  "fontFamily": "<string>",
  "fabIcon": "<string>",
  "fabText": "<string>",
  "availableSkills": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key in lum_pk_* format. Pass via x-api-key header or Authorization: Bearer <key>.

Response

Widget configuration object.

showBranding
boolean
position
enum<string>
Available options:
bottom-right,
bottom-left
primaryColor
string | null
bgColor
string | null
textColor
string | null
navigationCardColor
string | null
fontFamily
string | null
fabIcon
string | null
fabText
string | null
availableSkills
object[]