Events for a Customer

Get events for a customer

post

Retrieve list of events for a specific customer

Header parameters
X-API-KEYstringRequired

Your API key

X-SECRET-KEYstringRequired

Your Secret key

Body
app_idstringRequired
user_idstringRequired
limitinteger · max: 1000Optional
offsetintegerOptional
Responses
200
Events retrieved successfully
application/json
post
POST /v2/ExternalApi/getEvents HTTP/1.1
Host: api.gleantap.com
X-API-KEY: text
X-SECRET-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 55

{
  "app_id": "text",
  "user_id": "text",
  "limit": 1,
  "offset": 1
}
{
  "events": [
    {}
  ]
}

Last updated