powered by
Returns all plan limits and counts available for an organization.
bitly_retrieve_org_plan_limits(organization_id = NULL)
- a required string | A GUID for a Bitly organization. You may also simply pass "" (double quotes), but this should be avoided at all costs.
Organizations are part of our hierarchy. This is the top level where a group and user will belong.
https://dev.bitly.com/api-reference/#getPlanLimits
if (FALSE) { bitly_bearerToken("access token") all_orgs <- bitly_retrieve_orgs() plan <- bitly_retrieve_org_plan_limits(organization_id = all_orgs$guid) }
Run the code above in your browser using DataLab