Identity Toolkit API

The Google Identity Toolkit API lets you use open standards to verify a user's identity.

Service: identitytoolkit.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://identitytoolkit.googleapis.com

REST Resource: v2

Methods
getPasswordPolicy GET /v2/passwordPolicy
Gets password policy config set on the project or tenant.
getRecaptchaConfig GET /v2/recaptchaConfig
Gets parameters needed for reCAPTCHA analysis.

REST Resource: v2.accounts

Methods
revokeToken POST /v2/accounts:revokeToken
Revokes a user's token from an Identity Provider (IdP).

REST Resource: v2.accounts.mfaEnrollment

Methods
finalize POST /v2/accounts/mfaEnrollment:finalize
Finishes enrolling a second factor for the user.
start POST /v2/accounts/mfaEnrollment:start
Step one of the MFA enrollment process.
withdraw POST /v2/accounts/mfaEnrollment:withdraw
Revokes one second factor from the enrolled second factors for an account.

REST Resource: v2.accounts.mfaSignIn

Methods
finalize POST /v2/accounts/mfaSignIn:finalize
Verifies the MFA challenge and performs sign-in
start POST /v2/accounts/mfaSignIn:start
Sends the MFA challenge

REST Resource: v2.defaultSupportedIdps