cURL
curl --request POST \ --url https://v2.api.us.housr.com/partners/perks/{perkId}/redeem \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>", "metadata": {} } '
{ "id": "<string>", "perk_id": "<string>", "user_id": "<string>", "redeemed_at": "2023-11-07T05:31:56Z", "status": "approved", "metadata": {} }
Redeem a perk for a user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Redemption created
approved
rejected
pending