Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. rajeevth90
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    rajeevth90

    @rajeevth90

    0
    Reputation
    4
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    rajeevth90 Follow

    Best posts made by rajeevth90

    This user hasn't posted anything yet.

    Latest posts made by rajeevth90

    • RE: what is Bearer AUTHORIZATION_TOKEN

      @admin , but as per ANGEL Documentation it should start with Bearer , so its not correct.
      I have tried using jwt token as AUTHORIZATION_TOKEN still getting invalid token error.

      posted in Python SDK
      R
      rajeevth90
    • RE: what is Bearer AUTHORIZATION_TOKEN

      @admin I call login api and below tokens are generated.

      feedToken 090212090
      jwtToken eyJhbGciOiJIUzUxM
      refreshToken eyJhbGciOiJIUzUxMiJ9.eyJ0

      post that i am calling GETprofile, Which one of above is AUTHORIZATION TOKEN.

      posted in Python SDK
      R
      rajeevth90
    • RE: what is Bearer AUTHORIZATION_TOKEN

      @admin GRGN8897, CAn you confirm how to get this token and how it is different from jwt and refresh token which is generated from login Request as below.

      conn.request("POST","/rest/auth/angelbroking/user/v1/loginByPassword",payload,headers)

      res = conn.getresponse()
      data = res.read()
      df = pd.read_json(data)
      print(df)
      print(data.decode("utf-8"))
      print(data)
      refreshToken = df.loc["refreshToken"][3]
      jwtToken = df.loc["jwtToken"][3]
      feedToken = df.loc["feedToken"][3]
      
      posted in Python SDK
      R
      rajeevth90
    • what is Bearer AUTHORIZATION_TOKEN

      getting below tried with all token , what is this
      {"success":false,"message":"Invalid Token","errorCode":"AG8001","data":""}.
      @admin pls migrate my acount to api if this is the reason

      posted in Python SDK
      R
      rajeevth90