0

I would like to grab the number of clicks for an arbitrary bitly link - not just those links that I created. Is this possible through the bitly API? And if so, what's the process to get the correct access_token. I've tried using the generic one you can generate on the site, but that only works for my own links. Thank you! Ren

Yiren Lu
  • 153
  • 3
  • 13

1 Answers1

0

Yes, you can get click data on arbitrary bitly links using the clicks endpoint. You can try it out with the API Console with a few different bitly links and see how if you run into problems.

To get an access token for just your account, you can follow the steps at the very top of the authentication docs.

James Socol
  • 1,795
  • 10
  • 11