Skip to main content
GET
Get Data Point by ID
Retrieve a single Customer Value data point by its ID.

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
network_id
integer
read-only

Network ID.

Example:

1

data_point_id
integer
read-only

Unique data point ID.

Example:

12

identifier
string

The key used to send this data point on a conversion. Lowercased on save and unique within the network.

Maximum string length: 255
Example:

"subscription_tier"

name
string

Display name of the data point.

Maximum string length: 255
Example:

"Subscription tier"

type
enum<string>

The value type. number data points can be summed and compared and are the only ones usable as a payout or revenue source; text data points support string comparisons only.

Available options:
text,
number
status
enum<string>

Only active data points can be referenced by a rule. Setting a data point to inactive stops new rules from using it.

Available options:
active,
inactive
description
string

Free-form description of the data point.

time_created
integer
read-only

Unix timestamp of creation.

Example:

1734455015

time_saved
integer
read-only

Unix timestamp of last update.

Example:

1734455015