# Rebrandly API **Provider:** Rebrandly **Category:** developer **Base URL:** `https://developers.rebrandly.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 25 req/s **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.rebrandly.com/v1/docs ## Description Custom URL shortener for sharing branded links ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developers.rebrandly.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developers.rebrandly.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5,000 clicks/mo, 500 links. Starter $13/mo, Professional $27/mo, Team $69/mo. --- *Source: [API Map](https://apimap.dev/apis/rebrandly/) — CC BY 4.0*