Authentication: OAuth or access token. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.
Q2-launch and rank them by total clicks.Shorten a long URL to a Bitlink. Simplest way to create a short link. Returns the new short URL.
Create a Bitlink with full options including title, tags, and deeplinks. Use shorten_bitlink for simple URL shortening.
Get details of a Bitlink by its ID (e.g., ‘bit.ly/abc123’). Returns title, long URL, tags, and metadata.
Update a Bitlink’s title, tags, long URL, or archived status. Use get_bitlink to verify the bitlink exists.
Delete a Bitlink permanently. This cannot be undone. Use get_bitlink to verify before deleting.
Expand a short Bitlink to its original long URL. Provide the bitlink ID (e.g., ‘bit.ly/abc123’).
List all branded short domains (BSDs) available to the current user.
List channels in a group. Channels are distribution methods for campaigns. Use list_groups to find valid group GUIDs.
List all groups the current user belongs to. Returns group GUIDs needed for other operations.
Get details of a specific Bitly group. Use list_groups to find valid GUIDs.
Update a Bitly group’s name or settings. Use list_groups to find valid GUIDs.
List bitlinks in a group with optional filters. Supports pagination via search_after cursor. Use list_groups to find …
Get all tags used in a group. Use list_groups to find valid GUIDs.
Get preferences for a group including default domain. Use list_groups to find valid GUIDs.
Update group preferences such as default domain. Use list_groups to find valid GUIDs.
List all organizations the current user belongs to.
Get details of a specific Bitly organization by GUID. Use list_organizations to find valid GUIDs.
Get plan limits for an organization. Use list_organizations to find valid GUIDs.
Get the current authenticated Bitly user’s profile including name, email, and default group.
Get platform rate limits for the current Bitly user.