PATCH /bitlinks/{bitlink}
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.
Servers
- https://api-ssl.bitly.com/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
bitlink |
String | Yes |
A Bitlink made of the domain and hash |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
long_url |
String | No | |
archived |
Boolean | No | |
expiration_at |
String | No |
Optional expiration timestamp for the bitlink (e.g., 2025-01-28T14:30:00+0000). Minimum expiration time is 5 minutes from now and maximum is 1 year. |
tags[] |
Array | No | |
title |
String | No | |
deeplinks[] |
Array | No | |
deeplinks[].brand_guid |
String | No | |
deeplinks[].install_type |
String | No |
Valid values:
|
deeplinks[].created |
String | No |
ISO timestamp |
deeplinks[].bitlink |
String | No | |
deeplinks[].install_url |
String | No | |
deeplinks[].os |
String | No |
Valid values:
|
deeplinks[].app_guid |
String | No | |
deeplinks[].app_uri_path |
String | No | |
deeplinks[].guid |
String | No | |
deeplinks[].modified |
String | No |
ISO timestamp |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.