Rebrandly
Custom URL shortener for sharing branded links
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- URL Shorteners
- Documentation / URL
- https://developers.rebrandly.com/v1/docs
Overview
Rebrandly provides branded URL shortening — key-based (a missing key returns 401, verified).
Quick Start
Links (replace YOUR_KEY):
curl "https://api.rebrandly.com/v1/links" \
-H "apikey: YOUR_KEY"
Authentication
- Register at rebrandly.com → API key.
- Send it as the
apikeyheader (missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Branded links.
FAQ
Is Rebrandly free? Free tier with limits; more is paid.
Why 401? An API key is required (verified).
What’s the auth style?
apikey header.