Get the current customer’s settings.
cURL
curl --request GET \ --url https://api.guile.app/me/settings \ --header 'Authorization: Bearer <token>'
{ "socialLoginProviders": { "google": true, "apple": true } }
Ok. The operation succeeded.
Customer settings
The connected social login providers for this customer.
Show child attributes