← Back to Dashboard

Rebrandly

URL ShortenersActiveFreemiumAuth: API KeyDoc: HTML
Visit Website ↗

Description

Custom URL shortener for sharing branded links

✨ AI Summary

Rebrandly is a custom URL shortener for creating and managing branded links using an API.

Code Example

import requests
import json

url = "https://api.rebrandly.com/v1/links"

headers = {
    "Content-Type": "application/json",
    "apikey": "YOUR_API_KEY"
}

payload = {
    "destination": "https://www.google.com",
    "domain": { "fullName": "rebrand.ly" }
}

response = requests.post(url, headers=headers, data=json.dumps(payload))

print(response.status_code)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)