Google OAuth API
Authenticate Users
Hit this endpoint to authenticate your users
POST
/
auth
/
google
/
{YOUR_INTEGRATION_NAME}
Path
curl --request POST \
--url https://vdrdfvu2b3.execute-api.us-east-2.amazonaws.com/v3/auth/google/{YOUR_INTEGRATION_NAME}
{
"statusCode": 200,
"body" {
...
compelete: true,
}
}
Path
YOUR_INTEGRATION_NAME
string
requiredThe 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
curl --request POST \
--url https://vdrdfvu2b3.execute-api.us-east-2.amazonaws.com/v3/auth/google/{YOUR_INTEGRATION_NAME}
{
"statusCode": 200,
"body" {
...
compelete: true,
}
}