bitly_retrieve_org_plan_limits: Get Plan Limits

View source: R/bitly_orgs.R

bitly_retrieve_org_plan_limitsR Documentation

Get Plan Limits

Description

Returns all plan limits and counts available for an organization.

Usage

bitly_retrieve_org_plan_limits(organization_id = NULL)

Arguments

organization_id

- 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

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/#getPlanLimits

Examples

## Not run: 
all_orgs <- bitly_retrieve_orgs()
plan <- bitly_retrieve_org_plan_limits(organization_id = all_orgs$guid)

## End(Not run)


urlshorteneR documentation built on Aug. 22, 2022, 9:08 a.m.