API Reference

Test if a token is valid

Validates the provided token to determine its authenticity and if it's still active. This helps in situations where client systems need to check token validity without actually using it for an authenticated action.

Log in to see full request history
Query Params
string
required

Authentication token for validation.

string

The token generated by the client-side reCAPTCHA widget. This token is used for server-side validation to confirm that the user's interactions are genuine.

string

The version of the reCAPTCHA widget being used. Knowing the version is essential for proper server-side validation.

Responses
200

The provided token is valid and active.

400

The provided token is either expired, invalid, or not recognized.

Language
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json