-
Introduction | Bitly Developer
The Bitly API
Bitly is the most widely trusted link management platform in the world. By using the Bitly API, you will exercise the full power of your links through automated link customization, mobil...
-
Bitly API Reference
group_guidstring
render_customizationsobject
background_colorstring
dot_pattern_colorstring
dot_pattern_typestring
Default: "standard"
Enum: "standard""circle""block""blob""rounded""vertical""horizont...
-
Authentication | Bitly Developer
You will use this token in your request's Authorization header. Here is an example:
Authorization: Bearer {token}
This will suffice for most use cases, such as connecting to a communication platform ...
-
Create a Webhook | Bitly Developer
Create a Webhook
Use webhooks to be notified when a link is clicked, Link-in-bio button is clicked or QR code is scanned.
Bitly's webhook endpoints can be configured in the web application or programm...
-
Shorten & Customize Links | Bitly Developer
A successful response will return the shortened link in the link object.
{
"references": {
"property1": "string",
"property2": "string"
},
"archived": true,
"tags": [
"string"
],...
-
Generate QR Codes | Bitly Developer
Generate QR Codes
You’ll need to create a short link to define a QR Code’s destination before creating the QR Code. After creating the short link, you can generate a QR Code for it via the API. QR Cod...