cURL
curl --request GET \ --url https://ishortn.ink/api/v1/links/{alias} \ --header 'x-api-key: <api-key>'
{ "shortLink": "https://ishortn.ink/customAlias", "url": "https://example.com", "alias": "customAlias", "expiresAt": "2024-12-31T23:59:59Z", "expiresAfter": 1000 }
Retrieves details of a shortened link using its alias.
The alias of the shortened link.
The domain of the shortened link. If not provided, the default domain will be used.
Link details retrieved successfully
The response is of type object.
object