web
URL shortening, sharing, and tracking
The url service provides one time short urls for anything. Shorten, share, and then track the usage.
List all the shortened URLs
Proxy returns the destination URL of a short URL.
Shorten a long URL
Endpoint | Credits | Quotas |
---|---|---|
List | Base | None |
Proxy | Base | None |
Shorten | Base | None |
Base request price is 0.000001 credits per request
List Request
Response
{
"urlPairs": [
{
"shortURL": "https://m3o.one/u/f8f3f83f3f83g",
"destinationURL": "https://mysite.com/this-is-a-rather-long-web-address",
"created": "2022-03-01T16:04:11.341277162Z",
"hitCount": "4"
}
]
}