Skip to main content
POST
/
api
/
public
/
v1
/
participants
/
{participant_id}
/
reward
Send Participant Reward
curl --request POST \
  --url https://api.userintuition.ai/api/public/v1/participants/{participant_id}/reward \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

participant_id
string
required

Response

Successful Response