web
URL shortening, sharing, and tracking
The url service provides one time short urls for anything. Shorten, share, and then track the usage.
Create a URL
Delete a URL
List all the shortened URLs
Resolve returns the destination URL of a short URL.
Shorten a URL
Update the destination for a short URL
Create Request
Response
{
"url": {
"id": "my-site",
"shortURL": "https://m3o.one/u/my-site",
"destinationURL": "https://mysite.com/this-is-a-rather-long-web-address",
"created": "2022-03-01T16:04:11.341277162Z",
"hitCount": "0"
}
}