Discussions

Ask a Question
ANSWERED

My Links are not working

My launch is on Monday and I am freaking out because my links are not working. My Speakers are saying that they are being asked to pay for something and another person it takes you to your home page and asks you to get started. After that it wants you t buy the platform. Can you help me please!! summit.healyourhurtingheart.com
ANSWERED

Use API with Mautic

Hi, Mautic application supports URL shorteners. It displays the following text: --- The full URL (including access key) to your url shortener that, when queried, returns a plain text shortened url. For bit.ly users, use `https://api-ssl.bitly.com/v3/shorten?access_token=[ACCESS_TOKEN]&format=txt&longUrl=`, replacing [ACCESS_TOKEN] with your bit.ly access token. --- How can I do the same with Rebrandly? Thanks Alex
ANSWERED

Create multiple links

How can I create a hundred links at the same time, without having to make 1000 requests to the api?
ANSWERED

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? let request = require("request"); let linkRequest = { destination: "https://www.youtube.com/channel/UCHK4HD0ltu1-I212icLPt3g", domain: { fullName: "rebrand.ly" } //, slashtag: "A_NEW_SLASHTAG" //, title: "Rebrandly YouTube channel" } let requestHeaders = { "Content-Type": "application/json", "apikey": "YOUR_API_KEY", "workspace": "YOUR_WORKSPACE_ID" } request({ uri: "https://api.rebrandly.com/v1/links", method: "POST", body: JSON.stringify(linkRequest), headers: requestHeaders }, (err, response, body) => { let link = JSON.parse(body); console.log(`Long URL was ${link.destination}, short URL is ${link.shortUrl}`); });
ANSWERED

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?
ANSWERED

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. Is there any experience with the Rebrandly Shortener Service in China? Works the solution for users there?
ANSWERED

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 Are you able to recreate the SSL cert on that domain?
ANSWERED

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) Been reading other reports that the SSL cert had been recently generated (though mine had been working until today) and I am not sure where on my dashboard to check. Please help!
ANSWERED

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 I read another thread and they were saying that this happens shortly after the domain has been verified, but this one was verified over two weeks ago. Please help

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.