bitly_retrieve_orgs {urlshorteneR} | R Documentation |
Retrieve all Organizations
Description
Retrieve a list of organizations
Usage
bitly_retrieve_orgs()
Organizations
Organizations are part of our hierarchy. This is the top level where a group and user will belong.
See Also
https://dev.bitly.com/api-reference/#getOrganizations
Examples
## Not run:
bitly_bearerToken("access token")
ros <- bitly_retrieve_orgs()
## End(Not run)
[Package urlshorteneR version 2.0.0 Index]