POST
/
api
/
v1
/
bot
/
integration
/
{id}
/
toggle
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/bot/integration/{id}/toggle \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "provider": "telegram"
}'

Headers

Authorization
string
required

Path Parameters

id
string
required

Body

*/*