cURL
curl --request GET \ --url https://v2.api.us.housr.com/partners/perks/{perkId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "description": "<string>", "category": "<string>", "merchant_name": "<string>", "image_url": "<string>", "discount_text": "<string>", "terms": "<string>", "valid_from": "2023-11-07T05:31:56Z", "valid_to": "2023-11-07T05:31:56Z", "city": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A single perk