Short Urls

Stores shortened URLs generated by the system, and their corresponding original URLs. It is used to redirect users to the original URLs efficiently, saving space and improving readability.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

ShortUrlId is an auto-incrementing field in the ShortUrl table that keeps track of the unique identifiers for each URL stored in the database. The ShortUrlId is an integer data type and is used to easily retrieve and access information related to a given short URL.

string | null

The full url associated with the short firendly url.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!