cURL
curl --request POST \ --url https://backend.chatfly.co/api/bot/change-status
{ "message_code": 123, "message": "<string>", "data": "<any>" }
Change the status of a bot.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
HTTP Response Schema.
Was this page helpful?