Bots Business Api
  1. User account
Bots Business Api
  • Get started
  • Authentication
    • Sign in
    • Get Telegram login URL
    • Sign up
    • Telegram login
    • Reset Password
  • User account
    • Get user details
      GET
    • Update email
      POST
    • Update password
      PUT
    • 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
      • Delete a folder
      • Get all folders
    • Get Commands
    • Get Command Details
    • Create Command
    • 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

Update email

POST
https://appapi.bots.business/v2/user/email
Use this endpoint to update you user emal address.

Request

Query Params

Body Params application/jsonRequired

Example
{
    "email": "newuser@example.com"
}

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 POST 'https://appapi.bots.business/v2/user/email?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "newuser@example.com"
}'

Responses

🟢200ok
application/json
Headers

Body

Example
{
    "id": 52795760,
    "created_at": "2025-10-25T06:45:46.900Z",
    "api_key": "UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I",
    "email": "user@example.com"
}
🟠400Alreasy used
🟠401
🟠404
Previous
Get user details
Next
Update password
Built with