Can I do GET Request to the Authorization Endpoint...
# ask-stanley-ai
q
Can I do GET Request to the Authorization Endpoint for Oauth2.0 in scheduled script?
c
AI generated answer (using internal Slack threads):
Based on the conversations provided, it is not directly mentioned whether you can do a GET request to the Authorization Endpoint for Oauth2.0 in a scheduled script. However, it is possible to automate the process of obtaining an access token via OAuth 2.0, which would involve making requests to the authorization endpoint. In the context of NetSuite, you can use SuiteScript to automate various tasks, including making HTTP requests. However, it's important to note that the specific permissions required for your script will depend on the exact nature of the tasks it performs. For OAuth 1.0, there are resources available such as the oauth-1.0a library and crypto-js library that can be used to construct the payload for the request. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817138672
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812438965
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81073
Please provide your feedback on this answer.