Register Telegram bot

​

Body

required
application/json

Telegram bot registration

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/v1/tg-bots/register
curl https://api.musebook.trade/api/v1/tg-bots/register \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "ownerTgId": "",
  "botToken": "",
  "agentName": "",
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}