errorCode’: ‘UDAPI100012’

Hi
How Can I solve this issue ?

Authorization response: {‘status’: ‘error’, ‘errors’: [{‘errorCode’: ‘UDAPI100012’, ‘message’: ‘Invalid Endpoint’, ‘propertyPath’: None, ‘invalidValue’: None, ‘error_code’: ‘UDAPI100012’, ‘property_path’: None, ‘invalid_value’: None}]}
Authorization failed or no data key in response: {‘status’: ‘error’, ‘errors’: [{‘errorCode’: ‘UDAPI100012’, ‘message’: ‘Invalid Endpoint’, ‘propertyPath’: None, ‘invalidValue’: None, ‘error_code’: ‘UDAPI100012’, ‘property_path’: None, ‘invalid_value’: None}]}

Config endpoints

MARKET_FEED_AUTHORIZE_URL = “https://api.upstox.com/v2/feed/market-data-feed/authorize”

As the error message indicates, you are calling an invalid endpoint.

For a simpler implementation of WebSockets, please refer to the streamer functionalities available in different SDKs:

Thanks!