Skip to content

Instantly share code, notes, and snippets.

@mehmetcakmaz
Last active August 8, 2022 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehmetcakmaz/b33553f345d6bcc1ed2922bea797140c to your computer and use it in GitHub Desktop.
Save mehmetcakmaz/b33553f345d6bcc1ed2922bea797140c to your computer and use it in GitHub Desktop.
{
"success": true|false, // whether this request was a valid reCAPTCHA token for your site
"score": number // the score for this request (0.0 - 1.0)
"action": string // the action name for this request (important to verify)
"challenge_ts": timestamp, // timestamp of the challenge load (ISO format yyyy-MM-dd'T'HH:mm:ssZZ)
"hostname": string, // the hostname of the site where the reCAPTCHA was solved
"error-codes": [...] // optional
}
@vienngochoaitran
Copy link

{
"success": true|false,
"challenge_ts": timestamp, // timestamp of the challenge load (ISO format yyyy-MM-dd'T'HH:mm:ssZZ)
"apk_package_name": string, // the package name of the app where the reCAPTCHA was solved
"error-codes": [...] // optional
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment