POST
/
auth
/
google
/
{YOUR_INTEGRATION_NAME}
Authenticate Users
curl --request POST \
  --url https://7gzkqkjgcg.execute-api.us-east-2.amazonaws.com/stage/auth/google/{YOUR_INTEGRATION_NAME}
{
  "statusCode": 200,
  "body" {
    ...
    compelete: true,
  }
}

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,
  }
}