Terabet Agent Api
    Terabet Agent Api
    • Getting Started
    • Enum
    • Filter Type
    • Realtime Odds
    • Work flows
    • Login
      POST
    • Register
      POST
    • Get game
      GET
    • Get sports
      GET
    • Get game score
      GET
    • Get odds
      POST
    • Get teaser points
      GET
    • Get bet history
      GET
    • Place single bet
      POST
    • Place combo bet
      POST
    • Place teaser bet
      POST
    • Get user info
      GET
    • Starting Kyc
      POST
    • Logout
      POST
    • Withdraw
      POST
    • Get deposit address
      POST
    • Get User’s Transactions
      GET
    • Get Trading Transactions
      GET
    • Get Trading Pairs
      GET
    • Trading token
      POST
    • Get User’s Wallets
      GET
    • Get Assets
      GET
    • Get Chains
      GET
    • Get casino games
      GET
    • Get casino platforms
      GET
    • Play poker
      POST
    • Play casino
      POST

      Get user info

      GET
      /v1/bet/api/agent/users/user

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************

      Responses

      🟢200Get user info
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/v1/bet/api/agent/users/user' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {
        "id": 0,
        "email": "string",
        "firstName": "string",
        "lastName": "string",
        "tag": "string",
        "status": "UserStatusEnum",
        "createdDate": "2025-07-10T04:50:26.465Z",
        "kyc": {
          "id": 0,
          "status": "INPROGRESS"
      	},
        "referralCodeDto": {
          "id": 0,
          "referralCode": "string"
        },
        "betMinAmount": "string",
        "betMaxAmount": "string",
        "betMaxWinAmount": "string",
        "hasPermissionWithdraw": true,
        "profitAndLoss": {
          "betPnl": "string",
          "casinoPnl": "string",
          "pokerPnl": "string"
        },
        "limitBetInTime": true
      }
      Modified at 2025-07-11 07:14:10
      Previous
      Place teaser bet
      Next
      Starting Kyc
      Built with