# Get specific redemption redeem Get current status of a specific redemption redeem with automatic access control based on authentication context. Endpoint: GET /redemption-redeems/{id} Version: 2.0.5 Security: projectKey, authJWT ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string, required) The id of the redemption user redeem - `userId` (string, required) The user id that is claiming the redemption - `redemptionId` (string, required) The redemption that the user is redeeming - `userCountryCode` (string,null, required) The country code of the user redeeming the redemption - `status` (string, required) The status of the redemption redeem Enum: "PENDING", "PROCESSING", "COMPLETED", "FAILED" - `anonymizedIpAddress` (string,null, required) The anonymized IP address of the user redeeming the redemption - `createdAt` (string,null, required) The date and time when processing of the redemption redeem started - `updatedAt` (string,null, required) The date and time when processing of the redemption redeem was last updated - `failureReason` (string,null, required) The reason for failure if the redemption redeem failed