v1
latestOpenAPI 3.1.02026-07-249025.5 KBGenerate Link API
The Generate Link API allows you to generate links in bulk for reward distribution. The API is useful for reward automation without the recipient's email address.
post/v1/oauth/api/generateLink
Request body
Response
200
Example response
{
"data": {
"generateLink": {
"success": 1,
"message": "Links created successfully",
"links": [
"https://canvas.plum.gift/MS3PcpoX0UMm0xvn"
],
"batchId": "BaTcEzxWpETz",
"campaignName": "gaurav",
"campaignId": "1992",
"denomination_value": 10,
"countryName": "Singapore",
"currencyCode": "SGD"
}
}
}