referrals

Claim Referrer Reward

Claim the referrer reward for a specific redemption.

This endpoint allows referrers to claim their 1 month premium reward when someone uses their referral code. The reward is stacked on top of any existing subscription.

Args: request: ClaimRewardRequest with the redemption_id

Returns: ClaimRewardResponse with success status and message

post/api/referrals/claim-reward

Headers

x-user-idstring nullable

Request body

redemption_idinteger required

The ID of the redemption record

Response

Successful Response

successboolean required

Whether the claim was successful

messagestring required

Success or error message

Changes

No recorded changes to this endpoint across all 8 revisions of this API.