Generate Link

POST https://yourwebsite.com/api/auth/generate-link

Request Body

NameTypeDescription

username*

string

uuid*

uuid

{
    "url": "https://yourwebsite.com/auth?token=202cb962ac59075b964b07152d234b70",
    "expires": "2023-06-30 20:15:32"
}

Last updated