Bots Business Api
  1. Folders
Bots Business Api
  • Get started
  • Authentication
    • Sign in
    • Get Telegram login URL
    • Sign up
    • Telegram login
    • Reset Password
  • User account
    • Get user details
    • Update email
    • Update password
    • Get linked telegram accounts
    • Get telegram link url
    • Get users session token
    • Reset api key
    • Log out all device
    • Get iteration usage
    • Turn ON or OFF ads
    • Get payment plan
  • Bots
    • Create Bot
    • Get Bots
    • Get single bot
    • Edit Bot
    • Delete Bot
    • Start or Stop bot
    • Start CSV import
    • CSV import task status
    • Copy Bot
    • Git export
    • Git import
    • Get installed libraries
    • Install Lib
    • Uninstall lib
    • Get error log
    • Clear error logs
  • Commands
    • Folders
      • Create a folder
        POST
      • Delete a folder
        DELETE
      • Get all folders
        GET
    • Get Commands
      GET
    • Get Command Details
      GET
    • Create Command
      POST
    • Edit Command
      PUT
    • Delete Command
      DELETE
  • Broadcast
    • Get broadcast tasks
    • Delete Broadcast task
    • Pause broadcast task
    • Resume broadcast task
  • Chats
    • Get chats
    • Block chat
    • Unblock chat
  • Properties
    • Get properties
    • Delete property
  • Libraries
    • Get libraries
  • Admin Panel
    • Get admin panels
    • Update admin panel values
  • Demo Store
    • Get store bots
    • Install demo bot
  • Get cloud plans
    GET
  • Schemas
    • Command Schema
    • User Public
    • Create & Edit Bot
    • Bot
  1. Folders

Get all folders

GET
https://appapi.bots.business/v2/bots/{id}/commands_folders
Get list of command folders

Request

Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://appapi.bots.business/v2/bots/123/commands_folders?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": 7660462,
        "title": "Normal",
        "bot_id": 2792064,
        "created_at": "2025-10-26T09:35:56.927Z",
        "updated_at": "2025-10-26T09:35:56.927Z"
    }
]
🟠401
🟠404
Previous
Delete a folder
Next
Get Commands
Built with