You can support this site from as little as $1 a month on Patreon.

The support pays for site hosting and the expansion of this content.

In addition, Patreon Supporters gain access to exclusive online video training courses and ebooks.

Join Now

How to complete the challenge PUT /challenger/guid RESTORE

First retrieve your progress with GET /challenger/{guid}.

Then send that JSON back to PUT /challenger/{guid} with Content-Type: application/json. When the URL GUID and payload challenger id match, the API restores the progress and returns 200.

Try it now

If you want to inspect the challenger payload first, get it with GET /challenger/{guid}. See the solution.

GET /challenger/{guid} to get the challenger payload
PUT /challenger/{guid} to restore challenger progress