GET
/
auth
/
google
/
callback
cURL
curl --request GET \
  --url https://api.comm.com/api/auth/google/callback \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "<string>",
  "token_type": "bearer",
  "expires_in": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

http_origin
string<uri>
required
code
string
required
scope
string
required
authuser
string
required
prompt
string
required

Response

200
application/json

The response is of type object.