POST
/
v1
/
chat
/
integrations
/
configure
curl --request POST \
  --url https://api.botpress.cloud/v1/chat/integrations/configure \
  --header 'Content-Type: application/json' \
  --data '{
  "identifier": "<string>",
  "scheduleRegisterCall": "hourly",
  "sandboxIdentifiers": {}
}'
{}

Body

application/json
Configuration of the integration

The body is of type object.

Response

200
application/json
Configuration of the integration

The response is of type object.