Google Identity Platform website screenshot

Google Identity Platform

Google Identity Platform provides authentication and identity management APIs that enable developers to add sign-in, user management, and multi-tenancy capabilities to applications using industry-standard protocols including OAuth 2.0, OpenID Connect, and SAML.

3 APIs 0 Features
AuthenticationGoogle CloudIdentityMulti-TenancyOAuthOpenID ConnectSAML

APIs

Identity Toolkit API

The Identity Toolkit API (v3) provides REST endpoints for managing user authentication in Google Identity Platform. It supports creating and signing in users with email/password...

Identity Platform Tenant Management API

The Tenant Management API enables developers to create and manage tenants for multi-tenant Identity Platform configurations. Each tenant can have its own set of identity provide...

Identity Platform OAuth Configuration API

The OAuth Configuration API allows developers to programmatically manage OAuth identity provider configurations for Identity Platform projects. It supports configuring Google, F...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Google Identity Platform Context

0 classes · 3 properties

JSON-LD

Resources

🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔑
Authentication
Authentication
🌐
Console
Console
📦
SDKs
SDKs
💬
Support
Support
🟢
StatusPage
StatusPage
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Identity Platform Google Identity Toolkit API
  version: v3
request:
  auth:
    type: apikey
    key: key
    value: '{{key}}'
    placement: query
items:
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: Google Identity Platform Sign up with email/password
      type: http
    http:
      method: POST
      url: https://identitytoolkit.googleapis.com/v1/accounts:signUp
      body:
        type: json
        data: '{}'
    docs: Creates a new user account with the given email and password, or signs up an anonymous user.
  - info:
      name: Google Identity Platform Sign in with email/password
      type: http
    http:
      method: POST
      url: https://identitytoolkit.googleapis.com/v1/accounts:signInWithPassword
      body:
        type: json
        data: '{}'
    docs: Signs in a user with email and password credentials.
  - info:
      name: Google Identity Platform Sign in with identity provider
      type: http
    http:
      method: POST
      url: https://identitytoolkit.googleapis.com/v1/accounts:signInWithIdp
      body:
        type: json
        data: '{}'
    docs: Signs in or links a user using credentials from a federated identity provider (Google, Facebook, etc.).
  - info:
      name: Google Identity Platform Get user account info
      type: http
    http:
      method: POST
      url: https://identitytoolkit.googleapis.com/v1/accounts:lookup
      body:
        type: json
        data: '{}'
    docs: Retrieves account information for one or more users by ID token or local ID.
  - info:
      name: Google Identity Platform Send out-of-band code
      type: http
    http:
      method: POST
      url: https://identitytoolkit.googleapis.com/v1/accounts:sendOobCode
      body:
        type: json
        data: '{}'
    docs: Sends an out-of-band confirmation code for email verification or password reset.
  - info:
      name: Google Identity Platform Delete account
      type: http
    http:
      method: POST
      url: https://identitytoolkit.googleapis.com/v1/accounts:delete
      body:
        type: json
        data: '{}'
    docs: Deletes a user account.
bundled: true