GET
/
incentives
/
custom
/
{customIncentiveId}
curl --request GET \
  --url https://api.rallyuxr.com/api/public/v1/incentives/custom/{customIncentiveId} \
  --header 'Authorization: Bearer <token>'
{
  "customIncentiveId": "<string>",
  "name": "<string>",
  "description": "<string>",
  "type": "STRING",
  "options": [
    {
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

customIncentiveId
string
required

The id of the custom incentive

Response

200
application/json

Custom incentive response

The response is of type object.