Skip to content

Sign in with Google

POST
/api/v1/auth/google

Verify a Google ID token and return a JWT access token. Links to existing account if email matches, or creates new account.

Request Body

application/json
JSON
{
"credential": "string"
}

Responses

Successful Response

application/json
JSON
{
"access_token": "string",
"token_type": "bearer",
"two_factor_required": false,
"two_factor_setup_required": false,
"two_factor_method": "string",
"temp_token": "string"
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation