So the admin of our Smartsheet service sent me a bearer token to use the api to pull data into our Oracle Database. I get the following error.
{
"errorCode" : 1004,
"message" : "You are not authorized to perform this action.",
"refId" : "1jd95h909du6u"
}
Now this bearer token works using cURL calls from the server, and it works in Postman. But when I adapt it to plsql (which I've done a lot with other apis) I get that error.
Any advice on what to try next?