Get Personal Access Token through Postman

Hi,
I have been looking at https://smartthings.developer.samsung.com/develop/api-ref/st-api.html#section/Authentication, and I wanted to know if it would be possible to obtain a personal access token simply by making some sort of request by Postman?

@cookierookie44,

Are you referring to something like this?

https://account.smartthings.com/tokens

Yes. That is what I am referring to.

I do not believe there is an endpoint to accomplish this. Must go to that website.

1 Like

Is there any possible way to get a personal access token simply by providing login information? I am trying to make a program that can control my Smartthings devices, but it requires a personal access token to do so. And I need the program to somehow get an user’s personal access token automatically.

Did you ever get to the bottom of this? I had to make my program issue a web request challenge which then takes you to the SmartThings OAuth page. It works, but needs a human to log in if the token is not there or invalid.

No I have not figured this out yet.