powered by
Retrieves all account overrides matching specified group_guid and bsd query filters.
bitly_bsds_overrides(group_id = NA, showRequestURL = F)
- a required string | A GUID for a Bitly group
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.
https://dev.bitly.com/api-reference/#getOverridesForGroups
if (FALSE) { bitly_bearerToken("access token") ui <- bitly_user_info(showRequestURL = TRUE) bsds_over <- bitly_bsds_overrides(group_id = ui$default_group_guid[1]) }
Run the code above in your browser using DataLab