Back

Google Sign In

POST/auth/sessions/google

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

credentialstring

Google credential token

Response Body

> 200application/json
// POST /auth/sessions/google
// See cURL example for request shape.
{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}