Shorten.rest
The Most Flexible, Robust, Scale-able, Transactional, URL Shortening RESTful API
2 subscribers
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Shorten.rest endpoints
| Method | Endpoint | Description |
|---|---|---|
| Alias | ||
| POST |
Create Alias /aliases |
This POST method creates a new alias under a specified domain. If no domain is specified in the request the alias will be attached to the default domain Short.fyi. NOTE: You can… |
| DELETE |
Delete Alias /aliases |
Deletes a single alias by providing alias and domain. If no domain is provided the API will search for the matching alias within the Short.fyi domain. See… |
| GET |
Get Alias /aliases |
Get detailed information for a single alias by providing its alias and domain name |
| GET |
Get Aliases by domain /aliases/all |
Obtain a list of all alias names associated with your account and given domain. Result array is in descending order by creation date. If no domain is specified you will receive a… |
| PUT |
Update Alias /aliases |
Update a single short URL by providing its alias and domain as a parameter, and the data you wish to update in the body of the request. If no domain is provided you will receive… |
| Click | ||
| GET |
Get Clicks /clicks |
Retrieve the raw click data for your account. Clicks are retrieved by creation date in descending order. |
| Domain | ||
| POST |
Create Domain /domains |
1) Add your custom domain for short URLs generation using this method 2) setup DNS record using cname returned in response 3) update SSL status after setting CNAME by calling… |
| DELETE |
Delete Domain /domains |
Delete your domain. All aliases for that domain will stop working after that. |
| GET |
Get Domains /domains |
Get all your domains |
| PUT |
Update Domain /domains |
Update information about your domain |
| POST |
Update Domain's SSL status /domains/updateSslStatus |
update SSL status after setting CNAME by calling this endpoint |
Shorten.rest pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $95 / month | — |
|
| ULTRA | $295 / month | — |
|