Last updated 2 months ago
Retrieve list of customers who have opted in for communications
Your API key
Your Secret key
POST /v2/ExternalApi/getOptinCustomers HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Content-Type: application/json Accept: */* Content-Length: 38 { "app_id": "text", "limit": 1, "offset": 1 }
Opted-in customers retrieved successfully
{ "members": [ { "id": "text", "firstname": "text", "lastname": "text", "email": "text", "phone": "text", "add_date": "2025-05-21" } ] }