Issue in definedge api
-
This is my code
'''
import requests
url = "https://integrate.definedgesecurities.com/dart/v1/orders"
header = {"Authorization": f"{api_sess}"}
q = requests.get(url = url, headers=header)
'''
The above gives the following error:
{"timestamp":"2025-10-01T10:47:55.066+00:00","status":404,"error":"Not Found","path":"/orders"}