Internal APIs
APIs
  • Internal APIs
  • External APIs
SDKs
  • Web SDKs
Projects
  • Aria
  • SOG
  • Zoomania
Examples
  • TMA Demo
APIs
  • Internal APIs
  • External APIs
SDKs
  • Web SDKs
Projects
  • Aria
  • SOG
  • Zoomania
Examples
  • TMA Demo
Rocket3Labs
  1. telegram
  • 概述
  • 1. 鉴权管理
    • Readme.Auth
    • 1. 获取登陆令牌
      POST
    • 2. 令牌登陆
      POST
  • 2. 用户服务
    • Readme.User
    • 令牌信息
      POST
    • 用户信息
      GET
    • 邀请记录
      GET
    • 第一次登陆填写邀请人
      POST
    • 邀请记录(Telegram)
      GET
    • Aria身份卡状态
      GET
    • Aria积分排名
      GET
    • 邀请返佣排名
      GET
    • 用户积分列表
      GET
    • 绑定三方账户
      GET
  • 5. 订单服务
    • Readme.Order
    • 创建付款订单
      POST
    • 获取订单列表
      GET
    • 虚拟商品发货
      POST
  • 6. 社媒服务
    • Readme.Media
    • 群组成员验证
      GET
    • 来源归属验证
      GET
  • 8.实用工具
    • 检查是否持有NFT
  • 9. 其他
    • Other.Readme
    • 9.1 Assistants API
      • checkExpiredPendingSignIn
      • updateTxConfirmHeight
      • checkSuccessPendingSignInTask
      • checkFiledPendingSignInTask
      • 健康检查-堆栈分析
      • 健康检查
      • 获取随机回复内容
      • 获取随机评论内容
      • identifyImage
    • 9.2 Twitter API
      • OAuth1
        • Step 1 - get oauth_token
        • Step 2 - go to browser
        • Step 3 - get access_token
  • mission
    • discord
      • 获取discord鉴权地址
      • 解绑discord
      • Discord授权完成回调
    • 任务列表
    • 验证任务
  • contract
    • 获取合约白名单proof
    • erc721-stake-sign
  • wallet
    • 获取钱包绑定签名
    • 绑定metamask验证
    • 解绑metamask
  • telegram
    • TMA用户授权
      POST
    • 创建NFT订单
      POST
    • 创建游戏内购买订单
      POST
    • 通过Bot推送消息
      POST
    • 通过Bot推送消息(CP)
      POST
    • 绑定twitter
      POST
  • ton
    • 生成ton_proof payload
    • 验证ton_proof
    • 我的钱包
  • lucky-poker
    • 开始游戏
    • 猜牌
  • Hack
    • 创建mock订单
  1. telegram

绑定twitter

测试环境
https://sit-api.playariagame.com
测试环境
https://sit-api.playariagame.com
POST
https://sit-api.playariagame.com
/telegram/bind/twitter

请求参数

Query 参数

Body 参数application/json

示例
{
    "telegramUid": "string",
    "twitterUid": 0,
    "username": "string",
    "firstname": "string",
    "lastname": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sit-api.playariagame.com/telegram/bind/twitter?apiKey' \
--header 'Content-Type: application/json' \
--data-raw '{
    "telegramUid": "string",
    "twitterUid": 0,
    "username": "string",
    "firstname": "string",
    "lastname": "string"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "errCode": "string",
    "errMsg": "string",
    "success": true,
    "timestamp": "string"
}
修改于 2024-08-12 10:50:42
上一页
通过Bot推送消息(CP)
下一页
生成ton_proof payload
Built with