Skip to main content

Get a rewardType by ID

GET 

/rewardType/:rewardTypeId

Get a rewardType by ID

Request

Path Parameters

    rewardTypeId rewardTypeIdrequired

    The unique identifier for the rewardType

Responses

rewardType retrieved successfully

Schema

    singleUse boolean

    Boolean to specify if the rewardType can reeemed once.

    title stringrequired

    Title of the reward type.

    category stringrequired

    Category of the reward type.

    thumbnail stringnullable

    URL of the thumbnail for the reward type.

    createdAt date-time

    The date and time when the reward type was created.

    description string

    Detailed description of the reward type.

    name stringrequired

    Name of the reward type.

    id rewardTypeId (string)

    Unique identifier for RewardType

    data stringrequired

    JSON string containing metadata, actions, and functions associated with the reward.

Loading...