Sign in

List user followers

documented

List followers of a user.

GET /users/{user_id}/followersUsersno 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/users/{{$user_id}}/followers?limit={{$limit}}&page={{$page}}&query={{$query}}" \
  -X GET \
  -H "accept: application/json; charset=utf-8" \
  -H "Authorization: OAuth {{OAUTH2_ACCESS_TOKEN}}"
List user followers · soundcloud · OpenIntegrations