Comment on page
☄
Algoz APIs
❇️ Payload
{
"application_id": "<APPLICATION_ID>",
"validation_proof": "<VALIDATION_PROOF>"
}
validation_proof
- This is a Google ReCAPTCHA token you received when someone completes a captcha on your UI. Read more about how we verify this Google token here.Example payload:

❇️ Response
{
"valid": true,
"application_id": "<application_id>",
"expiry_token": "<expiry_token>",
"auth_token": "<auth_token>",
"signed_token": "<signed_token>",
"signature_token": "<signature_token>",
"chain": "<chain>"
}
The variables are used to call Algoz contract functions, you can read more about them under the Integrate Algoz section.
Example Response:

Last modified 1yr ago