v1

latestOpenAPI 3.1.02026-07-249025.5 KB

Send Link API

The Send Link API generates a unique reward link for an email address and delivers it to the user’s inbox. It is ideal for automating reward distribution and notifications.

post/v1/oauth/api/sendLinks

Request body

querystring required
tagstring required

Response

200

Example response

{
  "data": {
    "generateLink": {
      "success": 1,
      "message": "Links created successfully"
    }
  }
}