Bots.Business API v2
  1. User account
Bots.Business API v2
  • Bots.Business API v2
    • BB Api docs
    • Authentication
      • Sign in
      • Get Telegram login URL
      • Sign up
      • Telegram login
      • Reset Password
    • User account
      • Update password
        PUT
      • Get user details
        GET
      • Update email
        POST
      • Get linked telegram accounts
        GET
      • Get telegram link url
        GET
      • Get users session token
        GET
      • Reset api key
        POST
      • Log out all device
        DELETE
      • Get iteration usage
        GET
      • Turn ON or OFF ads
        POST
      • Get payment plan
        GET
    • 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
        • Get all folders
        • Delete a folder
      • Get Commands
      • Create Command
      • Get Command Details
      • Edit Command
      • Delete Command
    • 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. User account

Get telegram link url

GET
https://api.bots.business/v2/user/tg_connection_link
Last modified:2025-10-31 10:37:20
Use this endpoint to link new telegram id with user bb account

Request

Query Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bots.business/v2/user/tg_connection_link?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I'
Response Response Example
200 - Success
{
    "link": "https://t.me/BotsBusinessAdminBot?start=link-22425807-ad22bff615725c5"
}
Modified at 2025-10-31 10:37:20
Previous
Get linked telegram accounts
Next
Get users session token
Built with