Bitly
Connect to Bitly to shorten links, manage branded bitlinks, and inspect link engagement metrics.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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 目录
可用 Tools
91 个可调用操作
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.需要连接
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.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Create CampaignBITLY_CREATE_CAMPAIGNCreates a new campaign.需要连接
Creates a new campaign.
认证
需要 Connected AccountTags
Create ChannelBITLY_CREATE_CHANNELCreates a new channel.需要连接
Creates a new channel.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Create a QR CodeBITLY_CREATE_QRCODE_PUBLICCreate a new QR Code and return its metadata需要连接
Create a new QR Code and return its metadata
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Create WebhookBITLY_CREATE_WEBHOOKCreates a webhook.需要连接
Creates a webhook.
认证
需要 Connected AccountTags
Delete a BitlinkBITLY_DELETE_BITLINKDelete an unedited hash Bitlink.需要连接
Delete an unedited hash Bitlink.
认证
需要 Connected AccountTags
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).需要连接
Delete a QR Code that has not been redirected and is not for a custom link. Also deletes the associated link (if applicable).
认证
需要 Connected AccountTags
Delete WebhookBITLY_DELETE_WEBHOOKDeletes a webhook.需要连接
Deletes a webhook.
认证
需要 Connected AccountTags
Expand a BitlinkBITLY_EXPAND_BITLINKReturns the short link and long URL for the specified link.需要连接
Returns the short link and long URL for the specified link.
认证
需要 Connected AccountTags
Retrieve a BitlinkBITLY_GET_BITLINKReturns information for the specified link.需要连接
Returns information for the specified link.
认证
需要 Connected AccountTags
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.需要连接
Returns a paginated collection of Bitlinks for a group. The list of custom bitlinks has newest entries first.
认证
需要 Connected AccountTags
Get BSDsBITLY_GET_BSDSFetch all Branded Short Domains需要连接
Fetch all Branded Short Domains
认证
需要 Connected AccountTags
Retrieve a CampaignBITLY_GET_CAMPAIGNReturns details for a campaign.需要连接
Returns details for a campaign.
认证
需要 Connected AccountTags
Retrieve CampaignsBITLY_GET_CAMPAIGNSReturns the campaigns for the current authenticated user.需要连接
Returns the campaigns for the current authenticated user.
认证
需要 Connected AccountTags
Get a ChannelBITLY_GET_CHANNELReturns a channel's details.需要连接
Returns a channel's details.
认证
需要 Connected AccountTags
Retrieve ChannelsBITLY_GET_CHANNELSReturns the channels available to a user.需要连接
Returns the channels available to a user.
认证
需要 Connected AccountTags
Get Clicks for a BitlinkBITLY_GET_CLICKS_FOR_BITLINKReturns the click counts for the specified link in an array based on a date.需要连接
Returns the click counts for the specified link in an array based on a date.
认证
需要 Connected AccountTags
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.需要连接
Returns the click counts for the specified link. This returns an array with clicks based on a date.
认证
需要 Connected AccountTags
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.需要连接
Returns the click counts for the specified link rolled up into a single field.
认证
需要 Connected AccountTags
Retrieve Custom BitlinkBITLY_GET_CUSTOM_BITLINKReturns the details and history of the specified link.需要连接
Returns the details and history of the specified link.
认证
需要 Connected AccountTags
Get Metrics for a Custom Bitlink by DestinationBITLY_GET_CUSTOM_BITLINK_METRICS_BY_DESTINATIONReturns click metrics for the specified link by its historical destinations.需要连接
Returns click metrics for the specified link by its historical destinations.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Get an Engagement Count Summary for a BitlinkBITLY_GET_ENGAGEMENTS_SUMMARYReturns the engagement counts for the specified link rolled up into a single field.需要连接
Returns the engagement counts for the specified link rolled up into a single field.
认证
需要 Connected AccountTags
Retrieve a GroupBITLY_GET_GROUPReturns details for a group.需要连接
Returns details for a group.
认证
需要 Connected AccountTags
Get clicks by groupBITLY_GET_GROUP_CLICKSget number of clicks on bitlinks in a group需要连接
get number of clicks on bitlinks in a group
认证
需要 Connected AccountTags
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.需要连接
Get QR code scan metrics for a group broken down by city.
认证
需要 Connected AccountTags
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.需要连接
Get QR code scan metrics for a group broken down by country.
认证
需要 Connected AccountTags
Get Scan Metrics for a Group Over TimeBITLY_GET_GROUP_CODE_SCANS_OVER_TIMEGet QR code scan metrics over time for a group.需要连接
Get QR code scan metrics over time for a group.
认证
需要 Connected AccountTags
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)需要连接
Get a group's current feature limit usage, optionally provide limit name(s) for usage on specific limit(s)
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Get Group Link Clicks by CityBITLY_GET_GROUP_LINK_CLICKS_BY_CITYGet link clicks by city for all links in a group.需要连接
Get link clicks by city for all links in a group.
认证
需要 Connected AccountTags
Get Group Link Clicks by CountryBITLY_GET_GROUP_LINK_CLICKS_BY_COUNTRYGet link clicks by country for all links in a group.需要连接
Get link clicks by country for all links in a group.
认证
需要 Connected AccountTags
Get Group Link Clicks by DeviceBITLY_GET_GROUP_LINK_CLICKS_BY_DEVICEGet link clicks by device for all links in a group.需要连接
Get link clicks by device for all links in a group.
认证
需要 Connected AccountTags
Get Group Link Clicks by ReferrerBITLY_GET_GROUP_LINK_CLICKS_BY_REFERRERGet link clicks by referrer for all links in a group.需要连接
Get link clicks by referrer for all links in a group.
认证
需要 Connected AccountTags
Get Group Link Clicks Over TimeBITLY_GET_GROUP_LINK_CLICKS_OVER_TIMEGet link clicks over time for all links in a group.需要连接
Get link clicks over time for all links in a group.
认证
需要 Connected AccountTags
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.需要连接
Returns the geographic origins of click traffic by city for the specified group.
认证
需要 Connected AccountTags
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.需要连接
Returns the geographic origins of click traffic by country for the specified group.
认证
需要 Connected AccountTags
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.需要连接
Returns the device types generating click traffic to the specified group's links.
认证
需要 Connected AccountTags
Get Click Metrics for a Group by ReferrerBITLY_GET_GROUP_METRICS_BY_REFERRERReturns metrics by referrer for the specified group's links.需要连接
Returns metrics by referrer for the specified group's links.
认证
需要 Connected AccountTags
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.需要连接
Returns metrics by referring networks for the specified group's links.
认证
需要 Connected AccountTags
Get Group Metrics Over TimeBITLY_GET_GROUP_METRICS_OVER_TIMEGet group engagement metrics over time for all links in a group.需要连接
Get group engagement metrics over time for all links in a group.
认证
需要 Connected AccountTags
Retrieve Group PreferencesBITLY_GET_GROUP_PREFERENCESReturns preferences for the specified group.需要连接
Returns preferences for the specified group.
认证
需要 Connected AccountTags
Retrieve Group Shorten CountsBITLY_GET_GROUP_SHORTEN_COUNTSReturns all the shorten counts for a group.需要连接
Returns all the shorten counts for a group.
认证
需要 Connected AccountTags
Retrieve Tags by GroupBITLY_GET_GROUP_TAGSReturns the tags currently used in the specified group. Maximum 1000.需要连接
Returns the tags currently used in the specified group. Maximum 1000.
认证
需要 Connected AccountTags
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.需要连接
Get top performing QR codes by scan count for all codes in a group.
认证
需要 Connected AccountTags
Get Group Top Performing Links by ClickBITLY_GET_GROUP_TOP_LINK_CLICKSGet top performing links by click for all links in a group.需要连接
Get top performing links by click for all links in a group.
认证
需要 Connected AccountTags
Get Group Top Performing Links by EngagementBITLY_GET_GROUP_TOP_METRICSGet top performing links by engagement for all links in a group.需要连接
Get top performing links by engagement for all links in a group.
认证
需要 Connected AccountTags
Retrieve GroupsBITLY_GET_GROUPSReturns a list of groups in the organization.需要连接
Returns a list of groups in the organization.
认证
需要 Connected AccountTags
Get Metrics for a Bitlink by CityBITLY_GET_METRICS_FOR_BITLINK_BY_CITIESReturns the city origins of click traffic for the specified link.需要连接
Returns the city origins of click traffic for the specified link.
认证
需要 Connected AccountTags
Get Metrics for a Bitlink by CountryBITLY_GET_METRICS_FOR_BITLINK_BY_COUNTRIESReturns the country origins of click traffic for the specified link.需要连接
Returns the country origins of click traffic for the specified link.
认证
需要 Connected AccountTags
Get Metrics for a Bitlink by Device TypeBITLY_GET_METRICS_FOR_BITLINK_BY_DEVICESReturns the device types generating click traffic to the specified link.需要连接
Returns the device types generating click traffic to the specified link.
认证
需要 Connected AccountTags
Get Metrics for a Bitlink by Referrer NameBITLY_GET_METRICS_FOR_BITLINK_BY_REFERRER_NAMEReturns referrer click counts for the specified link.需要连接
Returns referrer click counts for the specified link.
认证
需要 Connected AccountTags
Get Metrics for a Bitlink by ReferrersBITLY_GET_METRICS_FOR_BITLINK_BY_REFERRERSReturns referrer click counts for the specified link.需要连接
Returns referrer click counts for the specified link.
认证
需要 Connected AccountTags
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.需要连接
Returns click metrics grouped by referrers for the specified link.
认证
需要 Connected AccountTags
Get Metrics for a Bitlink by Referring DomainsBITLY_GET_METRICS_FOR_BITLINK_BY_REFERRING_DOMAINSReturns the referring domain click counts for the specified link.需要连接
Returns the referring domain click counts for the specified link.
认证
需要 Connected AccountTags
Retrieve OAuth AppBITLY_GET_OAUTH_APPRetrieve the details for the provided OAuth App client ID需要连接
Retrieve the details for the provided OAuth App client ID
认证
需要 Connected AccountTags
Retrieve an OrganizationBITLY_GET_ORGANIZATIONRetrive details for the specified organization.需要连接
Retrive details for the specified organization.
认证
需要 Connected AccountTags
Get Shorten Counts for an OrganizationBITLY_GET_ORGANIZATION_SHORTEN_COUNTSReturns the shorten counts for a specific organization over a specified time period.需要连接
Returns the shorten counts for a specific organization over a specified time period.
认证
需要 Connected AccountTags
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.需要连接
Returns the shorten counts for a specific organization by group for the current month.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Get Plan LimitsBITLY_GET_PLAN_LIMITSReturns all plan limits and counts available for an organization.需要连接
Returns all plan limits and counts available for an organization.
认证
需要 Connected AccountTags
Get Platform LimitsBITLY_GET_PLATFORM_LIMITSFetch all platform limits and counts available for an organization需要连接
Fetch all platform limits and counts available for an organization
认证
需要 Connected AccountTags
Retrieve a QR CodeBITLY_GET_QRCODE_BY_ID_PUBLICGets the QR code with a matching id.需要连接
Gets the QR code with a matching id.
认证
需要 Connected AccountTags
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”).需要连接
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”).
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
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.需要连接
Returns the browsers generating scan traffic to the specified QR Code.
认证
需要 Connected AccountTags
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.需要连接
Returns the city origins of scan traffic for the specified QR Code.
认证
需要 Connected AccountTags
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.需要连接
Returns the country origins of scan traffic for the specified QR Code.
认证
需要 Connected AccountTags
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.需要连接
Returns the device os generating scan traffic for the specified QR Code.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Retrieve Sorted Bitlinks for GroupBITLY_GET_SORTED_BITLINKSReturns a list of Bitlinks sorted by group. The list of custom bitlinks has newest entries first.需要连接
Returns a list of Bitlinks sorted by group. The list of custom bitlinks has newest entries first.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Retrieve a UserBITLY_GET_USERReturns information for the current authenticated user.需要连接
Returns information for the current authenticated user.
认证
需要 Connected AccountTags
Retrieve WebhookBITLY_GET_WEBHOOKReturns a webhook.需要连接
Returns a webhook.
认证
需要 Connected AccountTags
Get WebhooksBITLY_GET_WEBHOOKSFetch all webhooks available for an Organization需要连接
Fetch all webhooks available for an Organization
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Update CampaignBITLY_UPDATE_CAMPAIGNUpdates a campaign's details.需要连接
Updates a campaign's details.
认证
需要 Connected AccountTags
Update a ChannelBITLY_UPDATE_CHANNELUpdates an existing channel.需要连接
Updates an existing channel.
认证
需要 Connected AccountTags
Update Custom BitlinkBITLY_UPDATE_CUSTOM_BITLINKMove a keyword (or custom back-half) to a different Bitlink (domains must match).需要连接
Move a keyword (or custom back-half) to a different Bitlink (domains must match).
认证
需要 Connected AccountTags
Update a GroupBITLY_UPDATE_GROUPUpdates the details of a group.需要连接
Updates the details of a group.
认证
需要 Connected AccountTags
Update Group PreferencesBITLY_UPDATE_GROUP_PREFERENCESUpdates preferences for a group.需要连接
Updates preferences for a group.
认证
需要 Connected AccountTags
Update a QR CodeBITLY_UPDATE_QRCODE_PUBLICUpdates the QR code with a matching id and returns it.需要连接
Updates the QR code with a matching id and returns it.
认证
需要 Connected AccountTags
Update a UserBITLY_UPDATE_USERUpdate fields in the user需要连接
Update fields in the user
认证
需要 Connected AccountTags
Update WebhookBITLY_UPDATE_WEBHOOKUpdate a webhook需要连接
Update a webhook
认证
需要 Connected AccountTags
Verify WebhookBITLY_VERIFY_WEBHOOKSends ping event to test webhook configuration.需要连接
Sends ping event to test webhook configuration.
认证
需要 Connected AccountTags