Skip to main content
GET
Get Data Point by ID
Returns a single Customer Value data point by its ID. To look one up by its identifier instead, use List Data Points — identifiers are unique within a network.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

dataPointId
integer
required

The data point identifier.

Response

200 - application/json
identifier
string
required

The key you send with conversions and reference from rule goals. Required, and unique within the network.

Maximum string length: 255
Example:

"ltv_90d"

name
string
required

The display name shown in the Everflow UI.

Maximum string length: 255
Example:

"90-Day LTV"

type
enum<string>
required

The value type. Use number for data points compared with greater_than or less_than, and text for those matched with exact_match, contains, begins_with or ends_with.

Available options:
text,
number
status
enum<string>
required

Whether the data point is collected and evaluated.

Available options:
active,
inactive
network_usm_data_point_id
integer

Unique data point ID.

Example:

1

network_id
integer

Network ID.

Example:

1

description
string

Optional free-text note about what the data point holds.

Maximum string length: 500
time_created
integer

Unix timestamp of creation.

Example:

1788398582

time_saved
integer

Unix timestamp of last update.

Example:

1788398592