Skip to main content
POST
/
auth
/
syncGoogleProfileImage
Sync Google profile image
curl --request POST \
  --url http://api.superwize.ai/api/auth/syncGoogleProfileImage \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "image": "https://cdn.superwize.ai/assets/avatars/google-user.png",
  "updated": true
}

Body

application/json

The body is of type object.

Response

Google profile image sync processed.

image
string | null
required
updated
boolean
required