Sign in

Sign out

documented

Invalidate the current access token.

POST /sign-outAuthenticationno implementation yet0 runs
No 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/sign-out" \
  -X POST \
  -H "Accept: application/json; charset=utf-8" \
  -H "Content-Type: application/json" \
  -d '{"access_token": "{{OAUTH2_ACCESS_TOKEN}}"}'
Sign out · soundcloud · OpenIntegrations