v1
latestOpenAPI 3.1.02026-07-14460151.1 KBGenerate a private link
Create a unique, trackable redemption URL for a specific recipient. This endpoint allows you to associate a landing page with a user's email address and optionally trigger an automated delivery email. Note: This action is only supported for pages where the type is set to private; attempting this on a public-type page will result in a validation error.
post/v2/redeem-pages/{id}/private-links
Path parameters
idstring required
ID of the redeem page
Request body
Response
201
Example response
{
"data": {
"id": 28,
"uuid": "CwewnXzOzzXv",
"first_name": "John",
"last_name": "Doe",
"email": "johndoe@gmail.com",
"status": "Unredeem",
"link": "http://localhost:8000/redeem/aaaf28e9-ed04-47e2-b0c3-c6a41e6304de/CwewnXzOzzXv"
}
}