Skip to main content
GET
/
v1
/
bot
/
trigger
/
config
Get Trigger Config
curl --request GET \
  --url https://api.boostgpt.co/v1/bot/trigger/config
{
  "success": true,
  "config": {
    "name": "<string>",
    "domain": "<string>",
    "avatar": "<string>",
    "accent_color": "<string>"
  }
}

Query Parameters

bot_id
string
required

Agent ID

Response

200 - application/json

Trigger configuration

success
boolean
config
object