Sign in

List my followings

documented

List users followed by the authenticated user.

GET /me/followingsMeno 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://api.soundcloud.com/me/followings?limit={{$limit}}&page={{$page}}&linked_partitioning=true" \
  -X GET \
  -H "accept: application/json; charset=utf-8" \
  -H "Authorization: OAuth {{OAUTH2_ACCESS_TOKEN}}"