Bitly
Connect to Bitly to shorten links, manage branded bitlinks, and inspect link engagement metrics.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "BITLY_ADD_CUSTOM_BITLINK", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("BITLY_ADD_CUSTOM_BITLINK", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute BITLY_ADD_CUSTOM_BITLINK --data '{ }'Tool catalog
Available tools
91 callable operations
Add Custom BitlinkBITLY_ADD_CUSTOM_BITLINKAdd a keyword (or "custom back-half") to a Bitlink with a Custom Domain (domains must match). This endpoint can also be used for initial redirects to a link.Connection
Add a keyword (or "custom back-half") to a Bitlink with a Custom Domain (domains must match). This endpoint can also be used for initial redirects to a link.
Authentication
Connected account requiredTags
Shorten a LinkBITLY_CREATE_BITLINKConverts a long url to a Bitlink. You may see errors returned from this endpoint - "BRANDED_LINK_MONTHLY_LIMIT_EXCEEDED" occurs if you have shortened more links than your account is configured for for the month, and "DNS_CONFIGURATION_ERROR" occurs if you are attempting to shorten links against a custom domain which doesn't have DNS properly configured.Connection
Converts a long url to a Bitlink. You may see errors returned from this endpoint - "BRANDED_LINK_MONTHLY_LIMIT_EXCEEDED" occurs if you have shortened more links than your account is configured for for the month, and "DNS_CONFIGURATION_ERROR" occurs if you are attempting to shorten links against a custom domain which doesn't have DNS properly configured.
Authentication
Connected account requiredTags
Create CampaignBITLY_CREATE_CAMPAIGNCreates a new campaign.Connection
Creates a new campaign.
Authentication
Connected account requiredTags
Create ChannelBITLY_CREATE_CHANNELCreates a new channel.Connection
Creates a new channel.
Authentication
Connected account requiredTags
Create a BitlinkBITLY_CREATE_FULL_BITLINKConverts a long url to a Bitlink and sets additional parameters. You may see errors returned from this endpoint - "BRANDED_LINK_MONTHLY_LIMIT_EXCEEDED" occurs if you have shortened more links than your account is configured for for the month, and "DNS_CONFIGURATION_ERROR" occurs if you are attempting to shorten links against a custom domain which doesn't have DNS properly configured.Connection
Converts a long url to a Bitlink and sets additional parameters. You may see errors returned from this endpoint - "BRANDED_LINK_MONTHLY_LIMIT_EXCEEDED" occurs if you have shortened more links than your account is configured for for the month, and "DNS_CONFIGURATION_ERROR" occurs if you are attempting to shorten links against a custom domain which doesn't have DNS properly configured.
Authentication
Connected account requiredTags
Create a QR CodeBITLY_CREATE_QRCODE_PUBLICCreate a new QR Code and return its metadataConnection
Create a new QR Code and return its metadata
Authentication
Connected account requiredTags
Generate a static QR Code imageBITLY_CREATE_STATIC_QRCODE_PUBLICGenerate a static QR code image without creating or saving a QR code resource. SVG and PNG output are supported via the Accept header Contact your Account Manager to discuss enabling this feature for your account. The `render_customizations` field supports basic appearance options. Customizations that require the rasterize API are not supported: `gradient`, `background_gradient`, `frame`, `text`, and `logo`. The Accept header controls the response format: - `application/json` (default): Returns a JSON object with the image as a base64-encoded byte string. - `image/svg+xml`: Returns the raw SVG image. - `image/png`: Returns the raw PNG image.Connection
Generate a static QR code image without creating or saving a QR code resource. SVG and PNG output are supported via the Accept header Contact your Account Manager to discuss enabling this feature for your account. The `render_customizations` field supports basic appearance options. Customizations that require the rasterize API are not supported: `gradient`, `background_gradient`, `frame`, `text`, and `logo`. The Accept header controls the response format: - `application/json` (default): Returns a JSON object with the image as a base64-encoded byte string. - `image/svg+xml`: Returns the raw SVG image. - `image/png`: Returns the raw PNG image.
Authentication
Connected account requiredTags
Create WebhookBITLY_CREATE_WEBHOOKCreates a webhook.Connection
Creates a webhook.
Authentication
Connected account requiredTags
Delete a BitlinkBITLY_DELETE_BITLINKDelete an unedited hash Bitlink.Connection
Delete an unedited hash Bitlink.
Authentication
Connected account requiredTags
Delete a QR CodeBITLY_DELETE_QRCODEDelete a QR Code that has not been redirected and is not for a custom link. Also deletes the associated link (if applicable).Connection
Delete a QR Code that has not been redirected and is not for a custom link. Also deletes the associated link (if applicable).
Authentication
Connected account requiredTags
Delete WebhookBITLY_DELETE_WEBHOOKDeletes a webhook.Connection
Deletes a webhook.
Authentication
Connected account requiredTags
Expand a BitlinkBITLY_EXPAND_BITLINKReturns the short link and long URL for the specified link.Connection
Returns the short link and long URL for the specified link.
Authentication
Connected account requiredTags
Retrieve a BitlinkBITLY_GET_BITLINKReturns information for the specified link.Connection
Returns information for the specified link.
Authentication
Connected account requiredTags
Retrieve Bitlinks by GroupBITLY_GET_BITLINKS_BY_GROUPReturns a paginated collection of Bitlinks for a group. The list of custom bitlinks has newest entries first.Connection
Returns a paginated collection of Bitlinks for a group. The list of custom bitlinks has newest entries first.
Authentication
Connected account requiredTags
Get BSDsBITLY_GET_BSDSFetch all Branded Short DomainsConnection
Fetch all Branded Short Domains
Authentication
Connected account requiredTags
Retrieve a CampaignBITLY_GET_CAMPAIGNReturns details for a campaign.Connection
Returns details for a campaign.
Authentication
Connected account requiredTags
Retrieve CampaignsBITLY_GET_CAMPAIGNSReturns the campaigns for the current authenticated user.Connection
Returns the campaigns for the current authenticated user.
Authentication
Connected account requiredTags
Get a ChannelBITLY_GET_CHANNELReturns a channel's details.Connection
Returns a channel's details.
Authentication
Connected account requiredTags
Retrieve ChannelsBITLY_GET_CHANNELSReturns the channels available to a user.Connection
Returns the channels available to a user.
Authentication
Connected account requiredTags
Get Clicks for a BitlinkBITLY_GET_CLICKS_FOR_BITLINKReturns the click counts for the specified link in an array based on a date.Connection
Returns the click counts for the specified link in an array based on a date.
Authentication
Connected account requiredTags
Get Clicks for a Custom Bitlink's Entire HistoryBITLY_GET_CLICKS_FOR_CUSTOM_BITLINKReturns the click counts for the specified link. This returns an array with clicks based on a date.Connection
Returns the click counts for the specified link. This returns an array with clicks based on a date.
Authentication
Connected account requiredTags
Get a Clicks Summary for a BitlinkBITLY_GET_CLICKS_SUMMARY_FOR_BITLINKReturns the click counts for the specified link rolled up into a single field.Connection
Returns the click counts for the specified link rolled up into a single field.
Authentication
Connected account requiredTags
Retrieve Custom BitlinkBITLY_GET_CUSTOM_BITLINKReturns the details and history of the specified link.Connection
Returns the details and history of the specified link.
Authentication
Connected account requiredTags
Get Metrics for a Custom Bitlink by DestinationBITLY_GET_CUSTOM_BITLINK_METRICS_BY_DESTINATIONReturns click metrics for the specified link by its historical destinations.Connection
Returns click metrics for the specified link by its historical destinations.
Authentication
Connected account requiredTags
Get Engagement Counts for a BitlinkBITLY_GET_ENGAGEMENTSReturns an array of engagement counts for the specified link. The array is comprised of button click, click and scan counts for each time window, where the window is based on the provided unit.Connection
Returns an array of engagement counts for the specified link. The array is comprised of button click, click and scan counts for each time window, where the window is based on the provided unit.
Authentication
Connected account requiredTags
Get an Engagement Count Summary for a BitlinkBITLY_GET_ENGAGEMENTS_SUMMARYReturns the engagement counts for the specified link rolled up into a single field.Connection
Returns the engagement counts for the specified link rolled up into a single field.
Authentication
Connected account requiredTags
Retrieve a GroupBITLY_GET_GROUPReturns details for a group.Connection
Returns details for a group.
Authentication
Connected account requiredTags
Get clicks by groupBITLY_GET_GROUP_CLICKSget number of clicks on bitlinks in a groupConnection
get number of clicks on bitlinks in a group
Authentication
Connected account requiredTags
Get Scan Metrics for a Group by CityBITLY_GET_GROUP_CODE_SCANS_BY_CITYGet QR code scan metrics for a group broken down by city.Connection
Get QR code scan metrics for a group broken down by city.
Authentication
Connected account requiredTags
Get Scan Metrics for a Group by CountryBITLY_GET_GROUP_CODE_SCANS_BY_COUNTRYGet QR code scan metrics for a group broken down by country.Connection
Get QR code scan metrics for a group broken down by country.
Authentication
Connected account requiredTags
Get Scan Metrics for a Group Over TimeBITLY_GET_GROUP_CODE_SCANS_OVER_TIMEGet QR code scan metrics over time for a group.Connection
Get QR code scan metrics over time for a group.
Authentication
Connected account requiredTags
Get limit usage for a groupBITLY_GET_GROUP_FEATURE_USAGEGet a group's current feature limit usage, optionally provide limit name(s) for usage on specific limit(s)Connection
Get a group's current feature limit usage, optionally provide limit name(s) for usage on specific limit(s)
Authentication
Connected account requiredTags
Get historical usage for a groupBITLY_GET_GROUP_HISTORICAL_USAGEGet a group's historical usage for specific limit(s) and date range. Refer to GET /v4/groups/{group_guid}/feature_usage endpoint response for available limit names.Connection
Get a group's historical usage for specific limit(s) and date range. Refer to GET /v4/groups/{group_guid}/feature_usage endpoint response for available limit names.
Authentication
Connected account requiredTags
Get Group Link Clicks by CityBITLY_GET_GROUP_LINK_CLICKS_BY_CITYGet link clicks by city for all links in a group.Connection
Get link clicks by city for all links in a group.
Authentication
Connected account requiredTags
Get Group Link Clicks by CountryBITLY_GET_GROUP_LINK_CLICKS_BY_COUNTRYGet link clicks by country for all links in a group.Connection
Get link clicks by country for all links in a group.
Authentication
Connected account requiredTags
Get Group Link Clicks by DeviceBITLY_GET_GROUP_LINK_CLICKS_BY_DEVICEGet link clicks by device for all links in a group.Connection
Get link clicks by device for all links in a group.
Authentication
Connected account requiredTags
Get Group Link Clicks by ReferrerBITLY_GET_GROUP_LINK_CLICKS_BY_REFERRERGet link clicks by referrer for all links in a group.Connection
Get link clicks by referrer for all links in a group.
Authentication
Connected account requiredTags
Get Group Link Clicks Over TimeBITLY_GET_GROUP_LINK_CLICKS_OVER_TIMEGet link clicks over time for all links in a group.Connection
Get link clicks over time for all links in a group.
Authentication
Connected account requiredTags
Get Click Metrics for a Group by CityBITLY_GET_GROUP_METRICS_BY_CITIESReturns the geographic origins of click traffic by city for the specified group.Connection
Returns the geographic origins of click traffic by city for the specified group.
Authentication
Connected account requiredTags
Get Click Metrics for a Group by CountryBITLY_GET_GROUP_METRICS_BY_COUNTRIESReturns the geographic origins of click traffic by country for the specified group.Connection
Returns the geographic origins of click traffic by country for the specified group.
Authentication
Connected account requiredTags
Get Click Metrics for a Group by Device TypeBITLY_GET_GROUP_METRICS_BY_DEVICESReturns the device types generating click traffic to the specified group's links.Connection
Returns the device types generating click traffic to the specified group's links.
Authentication
Connected account requiredTags
Get Click Metrics for a Group by ReferrerBITLY_GET_GROUP_METRICS_BY_REFERRERReturns metrics by referrer for the specified group's links.Connection
Returns metrics by referrer for the specified group's links.
Authentication
Connected account requiredTags
Get Click Metrics for a Group by Referring NetworksBITLY_GET_GROUP_METRICS_BY_REFERRING_NETWORKSReturns metrics by referring networks for the specified group's links.Connection
Returns metrics by referring networks for the specified group's links.
Authentication
Connected account requiredTags
Get Group Metrics Over TimeBITLY_GET_GROUP_METRICS_OVER_TIMEGet group engagement metrics over time for all links in a group.Connection
Get group engagement metrics over time for all links in a group.
Authentication
Connected account requiredTags
Retrieve Group PreferencesBITLY_GET_GROUP_PREFERENCESReturns preferences for the specified group.Connection
Returns preferences for the specified group.
Authentication
Connected account requiredTags
Retrieve Group Shorten CountsBITLY_GET_GROUP_SHORTEN_COUNTSReturns all the shorten counts for a group.Connection
Returns all the shorten counts for a group.
Authentication
Connected account requiredTags
Retrieve Tags by GroupBITLY_GET_GROUP_TAGSReturns the tags currently used in the specified group. Maximum 1000.Connection
Returns the tags currently used in the specified group. Maximum 1000.
Authentication
Connected account requiredTags
Get Top Performing QR Codes for a GroupBITLY_GET_GROUP_TOP_CODE_SCANSGet top performing QR codes by scan count for all codes in a group.Connection
Get top performing QR codes by scan count for all codes in a group.
Authentication
Connected account requiredTags
Get Group Top Performing Links by ClickBITLY_GET_GROUP_TOP_LINK_CLICKSGet top performing links by click for all links in a group.Connection
Get top performing links by click for all links in a group.
Authentication
Connected account requiredTags
Get Group Top Performing Links by EngagementBITLY_GET_GROUP_TOP_METRICSGet top performing links by engagement for all links in a group.Connection
Get top performing links by engagement for all links in a group.
Authentication
Connected account requiredTags
Retrieve GroupsBITLY_GET_GROUPSReturns a list of groups in the organization.Connection
Returns a list of groups in the organization.
Authentication
Connected account requiredTags
Get Metrics for a Bitlink by CityBITLY_GET_METRICS_FOR_BITLINK_BY_CITIESReturns the city origins of click traffic for the specified link.Connection
Returns the city origins of click traffic for the specified link.
Authentication
Connected account requiredTags
Get Metrics for a Bitlink by CountryBITLY_GET_METRICS_FOR_BITLINK_BY_COUNTRIESReturns the country origins of click traffic for the specified link.Connection
Returns the country origins of click traffic for the specified link.
Authentication
Connected account requiredTags
Get Metrics for a Bitlink by Device TypeBITLY_GET_METRICS_FOR_BITLINK_BY_DEVICESReturns the device types generating click traffic to the specified link.Connection
Returns the device types generating click traffic to the specified link.
Authentication
Connected account requiredTags
Get Metrics for a Bitlink by Referrer NameBITLY_GET_METRICS_FOR_BITLINK_BY_REFERRER_NAMEReturns referrer click counts for the specified link.Connection
Returns referrer click counts for the specified link.
Authentication
Connected account requiredTags
Get Metrics for a Bitlink by ReferrersBITLY_GET_METRICS_FOR_BITLINK_BY_REFERRERSReturns referrer click counts for the specified link.Connection
Returns referrer click counts for the specified link.
Authentication
Connected account requiredTags
Get Metrics for a Bitlink by Referrers by DomainBITLY_GET_METRICS_FOR_BITLINK_BY_REFERRERS_BY_DOMAINSReturns click metrics grouped by referrers for the specified link.Connection
Returns click metrics grouped by referrers for the specified link.
Authentication
Connected account requiredTags
Get Metrics for a Bitlink by Referring DomainsBITLY_GET_METRICS_FOR_BITLINK_BY_REFERRING_DOMAINSReturns the referring domain click counts for the specified link.Connection
Returns the referring domain click counts for the specified link.
Authentication
Connected account requiredTags
Retrieve OAuth AppBITLY_GET_OAUTH_APPRetrieve the details for the provided OAuth App client IDConnection
Retrieve the details for the provided OAuth App client ID
Authentication
Connected account requiredTags
Retrieve an OrganizationBITLY_GET_ORGANIZATIONRetrive details for the specified organization.Connection
Retrive details for the specified organization.
Authentication
Connected account requiredTags
Get Shorten Counts for an OrganizationBITLY_GET_ORGANIZATION_SHORTEN_COUNTSReturns the shorten counts for a specific organization over a specified time period.Connection
Returns the shorten counts for a specific organization over a specified time period.
Authentication
Connected account requiredTags
Get Shorten Counts for an Organization by GroupBITLY_GET_ORGANIZATION_SHORTEN_COUNTS_BY_GROUPReturns the shorten counts for a specific organization by group for the current month.Connection
Returns the shorten counts for a specific organization by group for the current month.
Authentication
Connected account requiredTags
Retrieve OrganizationsBITLY_GET_ORGANIZATIONSRetrieve a list of organizations for the authenticated user. By default, only organizations permitted by the token's allowed_orgs are returned. Use include_all=true to return all organizations regardless of token restrictions. Each organization is annotated with its authentication requirements (require_sso, require_2fa) when configured.Connection
Retrieve a list of organizations for the authenticated user. By default, only organizations permitted by the token's allowed_orgs are returned. Use include_all=true to return all organizations regardless of token restrictions. Each organization is annotated with its authentication requirements (require_sso, require_2fa) when configured.
Authentication
Connected account requiredTags
Get Plan LimitsBITLY_GET_PLAN_LIMITSReturns all plan limits and counts available for an organization.Connection
Returns all plan limits and counts available for an organization.
Authentication
Connected account requiredTags
Get Platform LimitsBITLY_GET_PLATFORM_LIMITSFetch all platform limits and counts available for an organizationConnection
Fetch all platform limits and counts available for an organization
Authentication
Connected account requiredTags
Retrieve a QR CodeBITLY_GET_QRCODE_BY_ID_PUBLICGets the QR code with a matching id.Connection
Gets the QR code with a matching id.
Authentication
Connected account requiredTags
Retrieve a QR Code imageBITLY_GET_QRCODE_IMAGE_PUBLICGet the image of a given QR Code. The Accept header controls how this is returned (options are "application/json", "image/svg+xml", and "image/png"). If the Accept header is "application/json" the format query parameter will determine the image format inside of the json (which will be base64 encoded and prefixed with its mime type as would be suitable for a HTML image src tag). To Return the QR Code image itself, set the Accept header to "image/svg+xml" or "image/png", or remove the Accept header and set the format query parameter to “svg” or “png” (if no format is specified the default will be “svg”).Connection
Get the image of a given QR Code. The Accept header controls how this is returned (options are "application/json", "image/svg+xml", and "image/png"). If the Accept header is "application/json" the format query parameter will determine the image format inside of the json (which will be base64 encoded and prefixed with its mime type as would be suitable for a HTML image src tag). To Return the QR Code image itself, set the Accept header to "image/svg+xml" or "image/png", or remove the Accept header and set the format query parameter to “svg” or “png” (if no format is specified the default will be “svg”).
Authentication
Connected account requiredTags
Get Scans for a QR CodeBITLY_GET_SCAN_METRICS_FOR_QRCODEReturns an array of scan counts for the specified QR code. The array is comprised of scan counts for each time window, where the window is based on the provided unit.Connection
Returns an array of scan counts for the specified QR code. The array is comprised of scan counts for each time window, where the window is based on the provided unit.
Authentication
Connected account requiredTags
Get Scans for a QR Code by BrowserBITLY_GET_SCAN_METRICS_FOR_QRCODE_BY_BROWSERReturns the browsers generating scan traffic to the specified QR Code.Connection
Returns the browsers generating scan traffic to the specified QR Code.
Authentication
Connected account requiredTags
Get Metrics for a QR Code by CityBITLY_GET_SCAN_METRICS_FOR_QRCODE_BY_CITIESReturns the city origins of scan traffic for the specified QR Code.Connection
Returns the city origins of scan traffic for the specified QR Code.
Authentication
Connected account requiredTags
Get Scans for a QR Code by CountryBITLY_GET_SCAN_METRICS_FOR_QRCODE_BY_COUNTRIESReturns the country origins of scan traffic for the specified QR Code.Connection
Returns the country origins of scan traffic for the specified QR Code.
Authentication
Connected account requiredTags
Get Scans for a QR Code by Device OSBITLY_GET_SCAN_METRICS_FOR_QRCODE_BY_DEVICES_OSReturns the device os generating scan traffic for the specified QR Code.Connection
Returns the device os generating scan traffic for the specified QR Code.
Authentication
Connected account requiredTags
Get Scans Summary for a QR CodeBITLY_GET_SCAN_METRICS_SUMMARY_FOR_QRCODEReturns the scan counts for a QR Code rolled up into a single field for a specified time window, where the window is based on the provided unit.Connection
Returns the scan counts for a QR Code rolled up into a single field for a specified time window, where the window is based on the provided unit.
Authentication
Connected account requiredTags
Retrieve Sorted Bitlinks for GroupBITLY_GET_SORTED_BITLINKSReturns a list of Bitlinks sorted by group. The list of custom bitlinks has newest entries first.Connection
Returns a list of Bitlinks sorted by group. The list of custom bitlinks has newest entries first.
Authentication
Connected account requiredTags
Retrieve Top Links and Decoupled QR Codes by EngagementsBITLY_GET_TOP_LINKS_AND_QRCODES_BY_ENGAGEMENTSReturns the bitlinks and decoupled QR codes in a group with the most engagements over the requested time window, ranked together in descending order by engagement count. Bitlinks and decoupled QR codes are returned in separate lists; `sorted_links` preserves the unified descending-by-count ordering across both, with each entry's id referencing either a bitlink or a QR code guid.Connection
Returns the bitlinks and decoupled QR codes in a group with the most engagements over the requested time window, ranked together in descending order by engagement count. Bitlinks and decoupled QR codes are returned in separate lists; `sorted_links` preserves the unified descending-by-count ordering across both, with each entry's id referencing either a bitlink or a QR code guid.
Authentication
Connected account requiredTags
Retrieve a UserBITLY_GET_USERReturns information for the current authenticated user.Connection
Returns information for the current authenticated user.
Authentication
Connected account requiredTags
Retrieve WebhookBITLY_GET_WEBHOOKReturns a webhook.Connection
Returns a webhook.
Authentication
Connected account requiredTags
Get WebhooksBITLY_GET_WEBHOOKSFetch all webhooks available for an OrganizationConnection
Fetch all webhooks available for an Organization
Authentication
Connected account requiredTags
Retrieve QR Codes by GroupBITLY_LIST_QRMINIMALRetrieves a list of QR codes matching the filter settings. Values are in reverse chronological order. The pagination occurs by calling the next link in the pagination response object.Connection
Retrieves a list of QR codes matching the filter settings. Values are in reverse chronological order. The pagination occurs by calling the next link in the pagination response object.
Authentication
Connected account requiredTags
Create an inline CSV export for a groupBITLY_POST_CREATE_GROUP_EXPORTBuild a CSV export synchronously and return it inline as a base64 data URI plus metadata. The export_type field selects the CSV shape: link_engagements_batch (engagement metrics for explicit bitlinks or a filter), links_list (link metadata roster), or qr_codes_list (QR code metadata roster). Row caps apply per request: 200 rows when metrics are included (link_engagements_batch, or include_metrics on a list export); 1000 rows for metadata-only list exports. When the match set exceeds the cap, truncated is true and only the first cap rows are returned; row_count reports how many data rows are in the CSV.Connection
Build a CSV export synchronously and return it inline as a base64 data URI plus metadata. The export_type field selects the CSV shape: link_engagements_batch (engagement metrics for explicit bitlinks or a filter), links_list (link metadata roster), or qr_codes_list (QR code metadata roster). Row caps apply per request: 200 rows when metrics are included (link_engagements_batch, or include_metrics on a list export); 1000 rows for metadata-only list exports. When the match set exceeds the cap, truncated is true and only the first cap rows are returned; row_count reports how many data rows are in the CSV.
Authentication
Connected account requiredTags
Update a BitlinkBITLY_UPDATE_BITLINKUpdates fields in the specified link. To redirect the link (i.e. to update the Long URL), use the long_url parameter. This will always charge an encode limit.Connection
Updates fields in the specified link. To redirect the link (i.e. to update the Long URL), use the long_url parameter. This will always charge an encode limit.
Authentication
Connected account requiredTags
Bulk update bitlinksBITLY_UPDATE_BITLINKS_BY_GROUPBulk update can add or remove tags or archive up to 100 links at a time; The response includes a list of bitlink ids that were updated.Connection
Bulk update can add or remove tags or archive up to 100 links at a time; The response includes a list of bitlink ids that were updated.
Authentication
Connected account requiredTags
Update CampaignBITLY_UPDATE_CAMPAIGNUpdates a campaign's details.Connection
Updates a campaign's details.
Authentication
Connected account requiredTags
Update a ChannelBITLY_UPDATE_CHANNELUpdates an existing channel.Connection
Updates an existing channel.
Authentication
Connected account requiredTags
Update Custom BitlinkBITLY_UPDATE_CUSTOM_BITLINKMove a keyword (or custom back-half) to a different Bitlink (domains must match).Connection
Move a keyword (or custom back-half) to a different Bitlink (domains must match).
Authentication
Connected account requiredTags
Update a GroupBITLY_UPDATE_GROUPUpdates the details of a group.Connection
Updates the details of a group.
Authentication
Connected account requiredTags
Update Group PreferencesBITLY_UPDATE_GROUP_PREFERENCESUpdates preferences for a group.Connection
Updates preferences for a group.
Authentication
Connected account requiredTags
Update a QR CodeBITLY_UPDATE_QRCODE_PUBLICUpdates the QR code with a matching id and returns it.Connection
Updates the QR code with a matching id and returns it.
Authentication
Connected account requiredTags
Update a UserBITLY_UPDATE_USERUpdate fields in the userConnection
Update fields in the user
Authentication
Connected account requiredTags
Update WebhookBITLY_UPDATE_WEBHOOKUpdate a webhookConnection
Update a webhook
Authentication
Connected account requiredTags
Verify WebhookBITLY_VERIFY_WEBHOOKSends ping event to test webhook configuration.Connection
Sends ping event to test webhook configuration.
Authentication
Connected account requiredTags