Skip to content

ReCaptcha Challenge

VOXX edited this page Oct 30, 2016 · 3 revisions

Occasionally PokémonGo accounts may get flagged for an high amount of requests and have to solve a captcha in order to make subsequent requests.
This API provides some basic functionality to help complete such challenges.

Checking and displaying a challenge

You may use the checkChallenge-method to check whether your account is flagged, and get the captcha challengeUrl.
Check out the CheckChallengeExample example for instructions how to check if an account is flagged for captcha, pull the challengeUrl, and display/generate a captcha to solve and obtain the verification-token (challengeToken).

Sending back the token

You may use the verifyChallenge-method to send back the challengeToken. Check out the VerifyChallengeExample example for instructions how to send the challengeToken back and confirm the captcha flag was successfully lifted on the account.

Clone this wiki locally