Skip to main content
POST
/
api
/
bot
/
change-status
Change Bot Activation Status
curl --request POST \
  --url https://backend.chatfly.co/api/bot/change-status
{
  "message_code": 123,
  "message": "<string>",
  "data": "<any>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

bot_id
string<uuid>
required
is_activate
boolean
required

Response

Successful Response

HTTP Response Schema.

message_code
integer
required

Numeric code indicating the type of message or response.

message
string
required

Human-readable message providing additional context about the response.

data
any

Optional data accompanying the response.

I