Skip to main content
POST
/
auth
/
link-google
Link Google Account
curl --request POST \
  --url http://localhost:8000/auth/link-google \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "<string>"
}
'
{
  "message": "<string>",
  "success": true
}

Headers

authorization
string | null
x-api-key
string | null
x-tenant-id
string | null

Cookies

factio_access_token
string | null

Body

application/json
code
string
required

Authorization code from Google OAuth

Response

Successful Response

message
string
required
success
boolean
default:true