curl --location --request GET 'https://gmail.googleapis.com//gmail/v1/users//settings/sendAs/'
{
"displayName": "string",
"isDefault": true,
"isPrimary": true,
"replyToAddress": "string",
"sendAsEmail": "string",
"signature": "string",
"smtpMsa": {
"host": "string",
"password": "string",
"port": 0,
"securityMode": "securityModeUnspecified",
"username": "string"
},
"treatAsAlias": true,
"verificationStatus": "verificationStatusUnspecified"
}
true
. Changing this from false
to true
for an address will result in this field becoming false
for the other previous default address.