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
    id userRewardId (string)

    Unique identifier for UserReward

    state userRewardState (string)

    Possible values: [pending, redeemed, cancelled]

    userId string
    createdAt date-time
    rewardId string
    remainingUses integer
Loading...