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