Google OAuth2 API
    Google OAuth2 API
    • userinfo
      • /oauth2/v2/userinfo
        GET
      • /userinfo/v2/me
        GET
    • /oauth2/v2/tokeninfo
      POST

      /oauth2/v2/tokeninfo

      POST
      /oauth2/v2/tokeninfo
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://www.googleapis.com//oauth2/v2/tokeninfo'
      Response Response Example
      {
          "audience": "string",
          "email": "string",
          "expires_in": 0,
          "issued_to": "string",
          "scope": "string",
          "user_id": "string",
          "verified_email": true
      }

      Request

      Query Params

      Responses

      🟢200Successful response
      application/json
      Body

      Modified at 2023-08-15 04:15:17
      Previous
      /userinfo/v2/me
      Built with