Skip to main content
POST
/
api
/
invites
/
send-reward
Send Reward
curl --request POST \
  --url https://api.userintuition.ai/api/invites/send-reward \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "invite_id": "invite-id-789"
}
'
{
  "status": "success",
  "message": "Reward sent to participant"
}

Documentation Index

Fetch the complete documentation index at: https://docs.userintuition.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with an API key (prefixed ui_sk_) or a JWT token from the dashboard.

Body

application/json
invite_id
string
required

The invite ID to send a reward for

Response

Reward queued for delivery

Response returned after queuing a Tremendous reward.

status
string | null

Status of the reward operation, e.g. 'success'

message
string | null

Human-readable status message