Check if a user follow a channel API

  1. Look up the users via login e.g. GET /helix/users?login=3v&login=ohbot
  2. Check if one is following the other e.g. GET /helix/users/follows?from_id=17089325&to_id=62809083
2 Likes