I am writing a App for a Open Source Conference.
Originally each attendees will receive different link via email or SMS like
https://example.com/?token=fccfc
I don't think you can use the short url:
https://
unless you create one for each user, but you can use the long url:
https://
and set new token for each user.
I assume you generate the tokens automatically. In that case you can use this to shorten the links.