Skip to main content

Get user reward by userRewardId

GET 

/userReward/:userRewardId

Get user reward by userRewardId

Request

Path Parameters

    userRewardId userRewardIdrequired

    The unique identifier for the userReward

Responses

UserRewards retrieved successfully

Schema

    expiresAt date-time
    state userRewardState (string)

    Possible values: [pending, redeemed, cancelled]

    rewardId string
    userId string
    remainingUses integer
    id userRewardId (string)

    Unique identifier for UserReward

    createdAt date-time
Loading...