Smartsheet app authorization

Options
msexton
msexton
edited 02/22/22 in API & Developers

Greetings,

Looking for a little guidance. I would like to develop an app that sends data to a sheet through HTTP.

I have used the Python SDK with a raw token in the past but now I need a more secure solution and figured creating a 3rd part app is the way to go.

I am having trouble with the workflow. Whilst following the documentation, I created my app and got my client id/secret and the next step being authorization,

i send a GET request to https://app.smartsheet.com/b/authorize , with header

client_id:*******************

response_type:code

scope:READ_SHEETS


and it returns


To further add to my confusion is that the docs say the next step is for the user to authorize my app to access their account, but what user I haven't specified any user anywhere?


Could anyone clarify this workflow for me? thanks kindly.

Tags:

Answers