I am getting 500 error when I am trying to connect RKD fundamentals endpoint using python, can you help
error
code
@parakh.singh
Thank you for reaching out to us.
The headers in the request must be the followings.
headers = { "X-Trkd-Auth-Token": self.get_access_token(authorization), "X-Trkd-Auth-ApplicationID":"rkdapi", "Content-Type":"application/json" }