Retrieve PoK
On this page
The method retrieves the PoK result and takes the following input parameters: the challenge ID (GUID)
get /pok/{challengeId}
Sample Response
{
id: string,
challenge: string,
address: string,
signature: string,
result: boolean,
createdOn: string,
respondedOn: string
}