v1

latestOpenAPI 3.1.02026-07-249025.5 KB

Generate 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

querystring required
tagstring required

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"
    }
  }
}