Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 397 Bytes

File metadata and controls

13 lines (8 loc) · 397 Bytes

Scripts

sc-api-auth.mjs

Obtain a client_id for your API application via OAuth sign-in and app registration (requires Node.js 18+).

Download the latest:

curl -fsSL https://raw.githubusercontent.com/soundcloud/api/master/scripts/sc-api-auth.mjs -o sc-api-auth.mjs

Usage, options, and troubleshooting: api-public-auth-cli.