Authorize URL
documentedRedirect to SoundCloud Connect for user authorization.
GET /authorizeAuthenticationno 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://secure.soundcloud.com/authorize?client_id={{SOUNDCLOUD_API_KEY}}&redirect_uri={{REDIRECT_URI}}&response_type=code&code_challenge={{CODE_CHALLENGE}}&code_challenge_method=S256&state={{STATE}}" \
-X GET \
-H "Accept: text/html"