Skip to main content
POST
Ingest customer activity events

Path Parameters

publicKey
string
required
Minimum string length: 1

Body

application/json
events
object[]
required
Required array length: 1 - 100 elements
visitorId
string<uuid>
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
fingerprint
string
Minimum string length: 1
source
enum<string>
default:client
Available options:
client,
server,
integration
sessionId
string<uuid>
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
userIdentity
object
customerIdentity
object

Response

Ingestion result

success
boolean
required
processed
integer
required
Required range: 0 <= x <= 9007199254740991
errors
object[]