Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

Smart Sheet API Error

Nilesh Jain
edited 12/09/19 in Archived 2015 Posts

 

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!

Comments

  • Alex Vorobiev
    Alex Vorobiev ✭✭✭✭✭

    Nitesh - we received your question via our support alias as well, so we will respond directly.  In a nutshell, it looks like the API URL you are using is incorrect - it's missing API version.  Instead, please make sure all your URLs start with https://api.smartsheet.com/1.1/ followed by the specific resource type you are trying to access (e.g., sheet, folder, workspace, etc.).

     

    Thanks

This discussion has been closed.