Skip to main content
POST
/
auth
/
google
/
{YOUR_INTEGRATION_NAME}
Authenticate Users
curl --request POST \
  --url https://vdrdfvu2b3.execute-api.us-east-2.amazonaws.com/v3/auth/google/{YOUR_INTEGRATION_NAME}
{
  "statusCode": 200,
  "body" {
    ...
    compelete: true,
  }
}

Documentation Index

Fetch the complete documentation index at: https://webhub.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path

YOUR_INTEGRATION_NAME
string
required
The name of your Google OAuth integration that you want to reference.

Response

statusCode
number
Based off of standard HTTP request guidelines
body
object
Information concerning the Google OAuth request
{
  "statusCode": 200,
  "body" {
    ...
    compelete: true,
  }
}