For non-development related queries, especially if it impacts bots in production, please email support@symphony.com instead for a timely response.
I am also looking for the same. Some help can do the wonders
Hi all, I have a bot developed in Python and it was working fine until the datafeeds api stopped responding.
My request:
datafeed_url = "https://spx.symphony.com/agent/v5/datafeeds"
response = requests.get(datafeed_url, headers = {'sessionToken': sessionToken,'keyManagerToken':keyManagerToken})
The response:
'{"code":401,"message":"Unable to retrieve the Datafeed authentication token."}'
Can anyone help?
For non-development related queries, especially if it impacts bots in production, please email support@symphony.com instead for a timely response.
I am also looking for the same. Some help can do the wonders