Authorize
documentedAuthorize application to access seller data.
GET /oauth2/authorizeOAuthno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://connect.squareup.com/oauth2/authorize?client_id={{$client_id}}&scope={{$scope}}&session={{$session}}&state={{$state}}&redirect_uri={{$redirect_uri}}&code_challenge={{$code_challenge}}&code_challenge_method={{$code_challenge_method}}" \
-X GET \
-L \
-H "Accept: text/html" \
-H "User-Agent: keychains"