POST /api/createlink
POST
/api/createlink
Endpoint to create a temporary link
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
name
string
Name of the user
age
number
Age of the user
Response
{ "temp_link": 1, "temp_link_flex": "John", "expiration_date": 30 }
{ "error": "Invalid request" }
Last updated 11 months ago