Navigation

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

    Sandhya

    @Sandhya

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

    Sandhya Follow

    Best posts made by Sandhya

    This user hasn't posted anything yet.

    Latest posts made by Sandhya

    • When want to get the use profile of angel one in postman then it shows error https://apiconnect.angelbroking.com/rest/secure/angelbroking/user/v1/getProfile

      It shows this error
      {
      "success": false,
      "message": "Invalid Token",
      "errorCode": "AG8001",
      "data": ""
      }
      i put in the headers
      Authorization: *****************************************
      X-PrivateKey: ********
      X-MACAddress: *******************
      X-ClientPublicIP: ********************************
      X-ClientLocalIP: ****************************
      X-SourceID: WEB
      X-UserType: USER
      Accept: application/json
      Content-Type: application/json

      posted in Bugs
      S
      Sandhya
    • https://apiconnect.angelbroking.com/rest/secure/angelbroking/user/v1/getProfile

      When I want to fetch the user profile it shows the error like this
      {
      "success": false,
      "message": "Invalid Token",
      "errorCode": "******",
      "data": ""
      }
      i user in header
      Content-Type: application/json
      Accept: application/json
      X-UserType: USER
      X-SourceID: WEB
      X-ClientLocalIP: ************
      X-ClientPublicIP: **************
      X-MACAddress: ******************
      X-PrivateKey: ********
      Authorization: Bearer: *******************************************

      posted in Bugs
      S
      Sandhya