Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Authentication Error in Python

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?

Votes Newest

Answers 2


For non-development related queries, especially if it impacts bots in production, please email support@symphony.com instead for a timely response.

  
  
Posted 7 months ago
Yong Sheng Tan
39 × 2 Administrator

I am also looking for the same. Some help can do the wonders

  
  
Posted 7 months ago
2K Views
2 Answers
7 months ago
7 months ago
Tags