Using the .Net Refinitive Data API (Refinitiv.Data.Content 1.0.0-beta5) with Desktop Session.
I am able to use Search and Summaries Endpoints without issue, and in Workspace I have access to delayed updates, but when querying the Pricing API endpoint it is forbidden:
HTTPStatusCode: 403
HTTPReason: Forbidden
Contents: {
error: {
id: 066bf4eb-bf4e-45c5-89c5-83927d2536cd,
code: insufficient_scope,
message: access denied. Scopes required to access the resource: [trapi.data.pricing.read]. Missing scopes: [trapi.data.pricing.read],
status: Forbidden
}
}
I have been trying to get help with this via LSEG support for some time now and they appear to be unable to, so asking here how to get this enabled. thanks