Discussions

Ask a Question
Back to All
ANSWERED

Passing workspace in headers

Howdy! Why did you decide to pass the workspace_id in the header and not the parameters?
ANSWERED

Open Graph API Calls

Hello, I am reaching out to inquire about the safety of using Open Graph API calls, especially ```javascript { method: 'POST', url: 'https://api.rebrandly.com/v1/links/'linkID'/opengraph', headers: { accept: 'application/json', 'content-type': 'application/json', apikey: apikey } } ``` As of now, I couldn't locate any documentation related to this, and we are interested in incorporating these calls. Could you please provide information or guidance regarding aspects of Open Graph API calls? We want to ensure that utilizing this feature poses no risks to our product.

Get all hits from a workspace / tags on a given period of time

Hello Before clickmeter was shutdown, I had a process in were queried daily for all the hits in a given group (a collection of links) with a custom timeframe. Is there a way to have a similar workflow with this API?

Number of links-classic exceeded

I am getting the following error: {'message': 'Number of links-classic exceeded', 'code': 'LimitExceeded', 'source': 'links-classic', 'limit': {'name': 'links-classic', 'used': 25, 'max': 25}} just used 19/500 calls what is the reason for this error?

Add Expiration Date to Short URLs

Is it possible to add an expiration date to a Short URL and or is it possible to add this date via API call? Thank you!
ANSWERED

How to pass expiration time in api when creating short urls

How to pass expiration time in api when
ANSWERED

Get Monthly Click Report

Hi Rebrandly, Can your API be enhanced to export a summary report of clicks (bonus would include a column for unique clicks) per month? **Psuedo Code** def startdate: \<"2021-06-11T18:18:53.000Z"> #any datetime format def month: \<6> #6 months from startdate (e.g. Sunday, May 14, 2023) def monthSort: "desc" def columns: [ id, createdAt, shortUrl, destination, status, clicks, sessions, months:desc ] **Expected Result** | id | createdAt | shortUrl | destination | status | clicks | sessions | May | Apr | Mar | Feb | Jan | Dec | | :------------------------------- | :----------------------- | :--------- | :---------------------- | :----------------------- | :----- | :------- | :-- | :-- | :-- | :-- | :-- | :-- | | cd3ea03a1a17420bae892df009124c4c | 2021-06-11T18:18:53.000Z | 2021-06-11 | domain.subdomain/global | <https://www.google.com> | 120 | 120 | 20 | 40 | 20 | 10 | 10 | 20 |
ANSWERED

Deleted Links

If I accidently delete one of my links can I restore it?

Some countries's user can't open rebrandly link

Some of our customers said rebrandly link is not open like below images but mine is working well on phone , pc too our company link is <https://rebrand.ly/yallakorea-for-1> Customer's countries are UAE, Saudi arabia, middle east I'm from South Korea Is there any way to solve this problem? ![](https://files.readme.io/4dd8fd3-image.png)

Unique clicks

How does rebrandly recognize unique user clicks? What factors does it consider when determining whether a click is the first one or not?