While trying to fetch data from Refintiv API this week, I am currently facing below error. Cna you please check why this below error occured, This was working fine last week, but started facing issue from this week. Please check
RDError: Error code 403 | <html>
<head>
<title>Forbidden</title>
<style type="text/css">
body {
background-color: #242424;
color: #c8c7c7;
font-family: Calibri, Helvetica, Arial, sans-serif;
font-size: 16px;
}
</style>
</head>
<!-- Response
Server: SGWP-ERPA06
Date: Thu, 05 Sep 2024 07:02:18 GMT
HTTP Code: 403
HTTP Response: Forbidden
X-Varnish: 312997187
Backend: default
-->
<body>
<h1>Forbidden</h1>
<p>Invalid token</p>
</body>
</html>