latestOpenAPI 3.1.02026-08-233914256.0 MB
7e118b4466cd
Bounties
Retrieve Public Submission
Retrieves one of a bounty's publicly visible submissions in the reduced public shape — the read behind a shared proof link, whose submission is usually outside the bounty page's capped preview. Authentication is optional; a bounty that is not publicly visible, and a submission that is not publicly visible work on it, both return 404.
get/bounties/{bounty_id}/submissions/{id}
Path parameters
bounty_idstring required
The bounty the submission belongs to (bnty_ tag).
idstring required
The submission to retrieve (btys_ tag).
Response
public bounty submission returned
Example response
{
"bounty_id": "bnty_xxxxxxxxxxxxxx",
"claimed_at": "2026-01-01T12:00:00.000Z",
"created_at": "2026-01-01T12:00:00.000Z",
"denial_reason": "The wheels were never shown in the finished clip.",
"id": "btys_xxxxxxxxxxxxxx",
"latest_proof_livestream_feed": {
"ended_at": "2026-01-01T12:00:00.000Z",
"id": "lfeed_3",
"recording_status": "completed",
"recording_url": "https://whop-assets-example.s3.amazonaws.com/uploads/video/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"started_at": "2026-01-01T12:00:00.000Z",
"thumbnail_url": "https://img.whop.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxx/resize:fit/width:1000/height:500/plain/https://cdn.whop.com/livestreams/paint-correction-proof-cover.jpg",
"title": "Untitled Livestream"
},
"resolved_at": "2026-01-01T12:00:00.000Z",
"status": "approved",
"submitted_at": "2026-01-01T12:00:00.000Z",
"updated_at": "2026-01-01T12:00:00.000Z",
"worker": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "danawhitfield"
}
}