botruntime
API ReferenceChat API

Configure Integration

An integration can call this endpoint to configure itself

POST
/v1/chat/integrations/configure

Header Parameters

x-bot-id*string

Bot id

x-integration-id?string

Integration id

x-integration-alias?string

Integration alias

Request Body

application/json

Configuration of the integration

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/chat/integrations/configure" \  -H "x-bot-id: string" \  -H "Content-Type: application/json" \  -d '{}'
{}
{}