cURL
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>" } ] }
Gets a custom incentive by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the custom incentive
Custom incentive response
The response is of type object.
object