GET
/
incentives
/
{incentiveId}
curl --request GET \
  --url https://api.rallyuxr.com/api/public/v1/incentives/{incentiveId} \
  --header 'Authorization: Bearer <token>'
{
  "incentiveId": "<string>",
  "type": "MONEY_OR_GIFT_CARD",
  "amountCents": 123,
  "sentAt": "2023-11-07T05:31:56Z",
  "recipientEmail": "jsmith@example.com",
  "personId": "<string>",
  "participantId": "<string>",
  "studyId": "<string>",
  "status": "UNCLAIMED",
  "budgetId": "<string>",
  "customIncentiveId": "<string>",
  "customIncentiveValue": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

incentiveId
string
required

Response

200
application/json

Incentive response

An incentives's metadata