Url

Represents a shortened URL.

Fields

PropertyTypeDescription
idstringUnique identifier for the URL.
createdAtstringISO timestamp when the URL was created.
updatedAtstringISO timestamp when the URL was last updated.
codestringThe unique code used for the shortened URL.
vanitystring?~(Optional) Custom vanity string for the URL.
destinationstringThe target destination/original URL.
viewsnumberNumber of times the URL has been accessed.
maxViewsnumber?~(Optional) Maximum number of allowed views, or unlimited.
passwordstring?~ | boolean?~(Optional) Password for access, if set.
enabledbooleanWhether the URL is currently enabled and can be accessed.
userIdstring?~(Optional) User ID of the owner, or null if unowned.


Last updated: 5/30/2025
Edit this page on GitHub