Navigation

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

    patelkiran2018

    @patelkiran2018

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

    patelkiran2018 Unfollow Follow

    Latest posts made by patelkiran2018

    • RE: Not able to login

      @admin

      I solved this error to change base url of php library in following file.

      AngelConfigrationManage

      $Configration =
      [
      //"root" => "https://openapisuat.angelbroking.com",
      "root" => "https://apiconnect.angelbroking.com",
      ]

      And it's works for me.

      posted in NodeJS SDK
      P
      patelkiran2018
    • RE: Not able to login

      It's showing following error when i try to login using API

      "{"status":"success","http_code":200,"http_error":"","response_data":{"status":false,"message":"YOUR USER ID OR PASSWORD IS INVALID","errorcode":"AB1007","data":null}} ◀

      Please help me ASAP.

      posted in NodeJS SDK
      P
      patelkiran2018