curl --request GET \
--url https://api.boostgpt.co/v1/bot/trigger/config{
"success": true,
"config": {
"name": "<string>",
"domain": "<string>",
"avatar": "<string>",
"accent_color": "<string>"
}
}Get the trigger configuration for an agent (public, no auth required)
curl --request GET \
--url https://api.boostgpt.co/v1/bot/trigger/config{
"success": true,
"config": {
"name": "<string>",
"domain": "<string>",
"avatar": "<string>",
"accent_color": "<string>"
}
}Was this page helpful?