v1

latestSwagger 2.02026-07-173611.2 KB
CoreApi

Serves a Puzzle

The endpoint the widget uses to load a puzzle. In most cases there is no reason to call this directly from your backend server.

get/api/v1/puzzle

Query parameters

sitekeystring required

SiteKey

Response

OK

puzzlestring required

The base64 encoded, cryptographically signed Puzzle

Example response

{
  "puzzle": "zXb9CIMTNoVEafRwrxHzQg=="
}