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