Complete
Authorizations
Path parameters
puzzle_idstringRequired
ID of the puzzle to redeem
program_membership_idstringRequired
ID of the program membership to redeem the puzzle for
Responses
200
Successful response
application/json
401
The program membership is not authorized to redeem the puzzle with given puzzle_id.
422
The puzzle is not redeemable because it is not complete or the puzzle_id given is not correct.
post
POST /partner-api/v2/program-memberships/{program_membership_id}/puzzles/{puzzle_id}/complete HTTP/1.1
Host:
X-API-Key: YOUR_API_KEY
Accept: */*
{
"puzzle": {
"id": "text",
"program_id": 1,
"name": "text",
"description": "text",
"earn_instructions": "text",
"image_url": "text",
"status": "text",
"archived_at": 1,
"published_at": 1,
"rewards": [
"text"
]
}
}