Navigation

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

    Pavan Kumar

    @Pavan Kumar

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Pavan Kumar Follow

    Best posts made by Pavan Kumar

    This user hasn't posted anything yet.

    Latest posts made by Pavan Kumar

    • Getting Invalid TOTP

      Hi Team.

      I am getting invalid TOTP error while I am trying to login.
      Please find below request I made:

      var axios = require('axios');
      var data = JSON.stringify({
      "clientcode":"My Id",
      "password":"My Password",
      "totp":"NQGVFQPSPFF6LYCFAKVFQGE5HA"
      });

      var config = {
      method: 'post',
      url: 'https://apiconnect.angelbroking.com/
      /rest/auth/angelbroking/user/
      v1/loginByPassword',

      headers : {
      'Content-Type': 'application/json',
      'Accept': 'application/json',
      'X-UserType': 'USER',
      'X-SourceID': 'WEB',
      'X-ClientLocalIP': 'My IP Address',
      'X-ClientPublicIP': 'My IP Address',
      'X-MACAddress': 'My MAC Address',
      'X-PrivateKey': 'My Private Key'
      }
      data : data
      };

      axios(config)
      .then(function (response) {
      console.log(JSON.stringify(response.data));
      })
      .catch(function (error) {
      console.log(error);
      });

      How to resolve the error ?

      posted in Bugs
      P
      Pavan Kumar
    • RE: Getting Invalid totp error while signing in through Client code, pin, api key, totp

      Hi.

      I am using NodeJS SDK.
      Is there any chance to work with C# ?

      posted in C#/.Net SDK
      P
      Pavan Kumar
    • Getting Invalid totp error while signing in through Client code, pin, api key, totp

      Getting Invalid totp error while signing in through Client code, pin, api key, totp

      posted in C#/.Net SDK
      P
      Pavan Kumar