Last updated 11 days ago
Retrieve list of customers who have opted out of communications
Your API key
Your Secret key
email
sms
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/getOptoutCustomers' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "text", "limit": 1, "offset": 1, "type": "email" }'
{ "members": [ { "id": "text", "firstname": "text", "lastname": "text", "email": "text", "phone": "text", "email_optout": 1, "sms_optout": 1, "optout_date": "2025-04-02T15:29:44.885Z" } ] }