cURL
curl --request GET \ --url https://api.mail.gorillaa.one/v1/privacy/preferences \ --header 'Authorization: Bearer <token>'
{ "data": { "doNotSell": true, "marketingEmails": true, "productUpdates": true, "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve the organization’s privacy preference settings.
Requires privacy:read scope.
privacy:read
API key authentication. Pass your Gorillaa Mail API key as a Bearer token.
Example: Authorization: Bearer grl_live_xxxxxxxxxxxx
Authorization: Bearer grl_live_xxxxxxxxxxxx
Keys prefixed grl_test_ operate in test mode with reduced limits.
grl_test_
Privacy preferences
Show child attributes