Goto Home

🔒 GET /rewards/meetme

Request Query

Description

Response Body

{ "rewards": [ { "_id": "69007c68ed57fd48466ed0ea", "title": "Starbucks", "description": "Get one free on any latte, when you check in with vibe", "total": 10, "remaining": 10, "location": { "type": "Point", "coordinates": [ -34.566, 12.455 ] }, "locationString": "Central Park, Rock-port, UK", "isMeetme": true, "cover": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/rewards/69007c68ed57fd48466ed0ea/1761639525912-6152251467462092-starbucks.webp", "createdAt": "2025-10-28T08:18:50.603Z", "updatedAt": "2025-10-28T08:18:50.603Z", "hash?": "6900c24af70a9e7c1ebb4922", "isConsumed?": true } ], "count": 1 }

🔒 GET /rewards/profile

Request Query

Description

Response Body

{ "rewardHashes": [ { "_id": "6912985c25dffea922a788c1", "user": "68ac3f6dd7f5a437029aa88f", "reward": { "_id": "69007c68ed57fd48466ed0ea", "title": "Starbucks", "description": "Get one free on any latte, when you check in with vibe", "total": 500, "remaining": 490, "location": { "type": "Point", "coordinates": [ -34.566, 12.455 ] }, "locationString": "Central Park, Rock-port, UK", "cover": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/rewards/69007c68ed57fd48466ed0ea/1761639525912-6152251467462092-starbucks.webp", "createdAt": "2025-10-28T08:18:50.603Z", "updatedAt": "2025-11-06T13:32:46.455Z" }, "score": "6912963572e3471532c0bd67", "at": "2025-11-11T01:58:52.000Z" } ], "count": 1, "rewardCoins": [ { "type": "unlocked" }, { "type": "pending" }, { "type": "locked" }, { "type": "locked" }, { "type": "locked" }, { "type": "locked" }, { "type": "locked" } ] }

🔒 POST /rewards/:id/generate-hash

Description

Response Body

{ "hash": "6900c24af70a9e7c1ebb4922" }

🔒 POST /rewards/opened-view-all

Description

Links

Goto Home