powered by
This endpoint returns information for a Bitlink.
bitly_retrieve_bitlink(bitlink = NULL, showRequestURL = FALSE)
- required, a Bitlink made of the domain and hash
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.
See https://dev.bitly.com/api-reference/#getBitlink
if (FALSE) { bitly_bearerToken("access token") bitly_retrieve_bitlink(bitlink = "cnn.it/2HomWGB") }
Run the code above in your browser using DataLab