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

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:

  • "no_install"
  • "auto_install"
  • "promote_install"
deeplinks[].created String No

ISO timestamp

deeplinks[].bitlink String No
deeplinks[].install_url String No
deeplinks[].os String No

Valid values:

  • "android"
  • "ios"
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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.