Export events

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to export events for a single selected customer.

Authorization

This endpoint requires the following access type and permissions:

Available access typePermissions needed
Private accessEvents > Get

For more details, see:

Payload example

{
 "customer_ids": {
  "cookie": "382d4221-3441-44b7-a676-3eb5f515157f"
 },
 "event_types": [
  "session_start",
  "payment"
 ],
 "order": "asc",
 "limit": 3,
 "skip": 100
}
📘

Note

For use cases that require date filtering, the Data Exports feature may be a better fit. Note that Data Exports is a paid feature.

Path Params
string
required
Defaults to 12345678-1234-1234-1234-123456789abc
Body Params
customer_ids
object
required
event_types
array of strings
required
event_types*
string
Defaults to asc
int32
Defaults to 3
int32
Defaults to 10
Headers
string
required
Defaults to Basic <KeyID/Secret>
string
required
Defaults to application/json
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.