I am trying to access the sheet which I have created in smartsheet using API.
I am using the following Request :
https://api.smartsheet.com/sheet/{sheetId}
Authorization : Bearer {Access Token}
But I am getting the following error :
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /sheet/1472089069774724
on this server.</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at api.smartsheet.com Port 80</address>
</body></html>
Can you please let me know what am I missing here?
The user whose Acces Token I am using is the owner of the sheet. Also there is only one user in the org currently,
Thanks!