How to create access token using API?
Endpoint:
https://*******-sb1.suitetalk.api.netsuite.com/services/rest/auth/oauth2/v1/token?grant_type=refresh_token
what is the best practice to generate access token from API?
Hi,
Are you intending to use the OAuth2 flow here?
You mention refresh_token. Have you already generated the initial token?
The reason I ask this is that there are server-to-server options that do not require user input.
Thanks,
Chris