Navigation

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

    sagard

    @sagard

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

    sagard Follow

    Best posts made by sagard

    This user hasn't posted anything yet.

    Latest posts made by sagard

    • RE: Unable to Connect Via postman

      @laskshmi

      Hello Laskshmi,

      Issue: Login request issue,

      I trayed to login through Postman API tool request. I set the header section as per the smart-API documentation and set the Bearer token key, which I get it once after totp as attached in the image. In the body section I sent the data as below

      Request URL:
      https://smartapi.angelbroking.com/publisher-login?api_key=xxx

      Param:
      api_key=xxx

      Body Section
      {
      "clientcode":"XXXXXXX",
      "password":XXXX,
      "totp":"XXXX"
      }

      Request Body
      {
      "clientcode":"clientcode",
      "password":"pin",
      "totp":"token"
      }

      Statuscode: 404Not Found
      empty response body

      Response Body
      {
      "timestamp": "2023-02-06T08:16:47.782+00:00",
      "status": 404,
      "error": "Not Found",
      "message": "",
      "path": "/"
      }

      //![alt text](image url)
      ![0_1675672673402_Query.png](Uploading 100%)

      Could you please have a look over the problem and help me with the same.

      posted in Bugs
      S
      sagard