Opted In Customers

Get opted-in customers

post

Retrieve list of customers who have opted in for communications

Header parameters
X-API-KEYstringRequired

Your API key

X-SECRET-KEYstringRequired

Your Secret key

Body
app_idstringRequired
limitinteger · max: 1000Optional
offsetintegerOptional
Responses
200
Opted-in customers retrieved successfully
application/json
post
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
}
{
  "members": [
    {
      "id": "text",
      "firstname": "text",
      "lastname": "text",
      "email": "text",
      "phone": "text",
      "add_date": "2025-07-05"
    }
  ]
}

Last updated