Google OAuth

Google OAuth enables third-party apps to securely access user data without the need to share login credentials, ensuring enhanced privacy and security for seamless integration. For more information, visit Infisign Google OAuth Documentation.

Get Google OAuth info

Retrieve essential authentication details and credentials from Google OAuth for seamless integration with third-party applications.

SecuritybasicAuth or bearerAuth
Request
query Parameters
urlIdentifier
string
Example: urlIdentifier=<URL_IDENTIFIER>
Responses
200

OK

400

Bad Request

401

Unauthorized

get/unifed-node/service/api/infisign/v3.1.1/unifed/oauth/google/auth/integration/get
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "data": {
    }
}

Save Google OAuth Info

Store and manage Google OAuth credentials securely for seamless integration with third-party applications.

SecuritybasicAuth or bearerAuth
Request
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

post/unifed-node/service/api/infisign/v3.1.1/unifed/oauth/google/auth/integration/save
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "data": {
    }
}

Delete Google OAuth Info

Remove stored Google OAuth credentials from the system, ensuring data security and compliance with privacy regulations.

SecuritybasicAuth or bearerAuth
Request
path Parameters
id
required
string
Example: <string>
Responses
200

OK

400

Bad Request

401

Unauthorized

delete/unifed-node/service/api/infisign/v3.1.1/unifed/oauth/google/auth/integration/delete/{id}
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>"
}

Edit Google OAuth Info

Modify and update the Google OAuth credentials and settings for seamless integration with third-party applications.

SecuritybasicAuth or bearerAuth
Request
path Parameters
id
required
string
Example: <string>
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

patch/unifed-node/service/api/infisign/v3.1.1/unifed/oauth/google/auth/integration/edit/{id}
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "message": "<string>"
}

Get Google Token

Obtain a secure access token from Google OAuth authentication for authorized API interactions and data retrieval.

SecuritybasicAuth or bearerAuth
Request
path Parameters
urlIdentifier
required
string
Example: <VALUE>
query Parameters
code
string
Example: code=<VALUE>
Responses
200

OK

400

Bad Request

401

Unauthorized

get/unifed-node/service/api/infisign/v3.1.1/unifed/oauth/google/auth/token/{urlIdentifier}
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "data": "<string>"
}

Get Google UserInfo

Retrieve user information from Google's OAuth service to personalize user experiences and streamline authentication processes.

SecuritybasicAuth or bearerAuth
Request
Request Body schema: application/json
object
Responses
200

OK

400

Bad Request

401

Unauthorized

post/unifed-node/service/api/infisign/v3.1.1/unifed/oauth/google/auth/userinfo
Request samples
Response samples
application/json
{
  • "status": "<string>",
  • "data": {
    }
}