v1
latestOpenAPI 3.1.02026-07-249025.5 KBSend 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
Response
200
Example response
{
"data": {
"generateLink": {
"success": 1,
"message": "Links created successfully"
}
}
}