I opened a new account recently in upstox and yet to add funds into demat account. I have done following two steps in upstox developer API:
Step-1. First obtained authentication code using api_key and api_secret. Further, completed response request to generate access_token. The status code was 200 for response through post method which contained my mail id, account ID, segments activated and access_token.
Step-2: I have used above access_token to retrieve profile using get method. It shows that error 401 with UDAPI100050 and invalid access token. What is the problem with UDAPI100050. Do I need any accessible permission from upstox as my account is new or something else. Please help me to resolve error code UDAPI100050.