Discussions
Create multiple links
How can I create a hundred links at the same time, without having to make 1000 requests to the api?
Node.js Snipped for Axios
Can someone edit the - Node.js - "API for custom short URLs - Code snippet", that I can use it with axios?
Method to retrieve newly created and updated links
I have developed a method to download the links created by our platform, but it starts at the first link and runs through several thousand links just to find the few that have been updated with new clicks or have been newly created. Is there a method to "resume" scrolling through the list on a regular basis. For example, I run a job every day at 10pm, it can call the api using a combination of last link and sorting to find the newly added and updated (with click counts) records?
Rebrandly Shorteing blocked in China?
Hello,
a created shortend link and the QR code was tested by our colleagues in China.
The rules are to guide the user to the android or ios playstore.
None of this rules were executed after scanning the QR code.
Sites verified but getting a cert_authority invalid on https://stimorol.pro domain
Your connection is not private
Attackers might be trying to steal your information from checkersinsurance.market (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_AUTHORITY_INVALID
To get Chrome’s highest level of security, turn on enhanced protection
Started getting NET::ERR_CERT_AUTHORITY_INVALID errors on my verified domain
Been using Rebrandly for almost a month but just started getting NET::ERR_CERT_AUTHORITY_INVALID
error on my domain (doctorew.link)
NET::ERR_CERT_AUTHORITY_INVALID
Your connection is not private
Attackers might be trying to steal your information from checkersinsurance.market (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_AUTHORITY_INVALID
To get Chrome’s highest level of security, turn on enhanced protection
Import bulk shorturl
Please suggest me a solution i have to import 50,000 destination url & export shorturl & qr code against imported data in csv format.
api for Bulk Link Import CSV Template
Method to get link by destination
I am just getting started using the rebrandly API, and I was looking for a method to help me avoid re-creating short links that point to the same destination. i.e. either the ability to search my links by destination URL or if I try to create a link for a destination URL that already exists, return the previously created link instead of creating a new one. I saw another post that is a few years old that had responses indicating this might be a coming feature. Was this functionality added to the API somewhere and I'm just not seeing it? Thanks.