We pull instruments using these following queries from RDP /search api.
curl --location "https://api.refinitiv.com/search/beta1/" --header "content-type: application/json" -H "Authorization: Bearer ....” --data "{ \"View\": \"SearchAll\", \"Filter\": \"RIC eq 'MNI50500J5'\", \"Select\": \"RIC, RicRoot, RCSAssetCategoryName, RCSExchangeCountry, RCSIssuerCountry, CallPutOption, UnderlyingQuoteRIC\", \"Top\": 1}"
Have the 2 following questions on it:
- we are using the api url which has a word /beta1/ is this the right endpoint or is there a non "beta1" endpoint for search?
- When we make such a call, Can you please provide details of the entitlement check that happens on the RDP side? Is the user token validated against any specific ric level access?