The /vars resource is used to identify which data points have been
collected in your flows. This resource is used to determine which data
points are available for exports and stats queries.
As a lead is processed by a flow, a variable for every field value and
every piece of appended data is created. If the variable for a data point
already exists, a new one is not created. That is to say that there will
only ever be one lead.email variable. Each time an email address is
collected, the last_seen_at timestamp is updated.
LeadConduit uses HTTP Basic Authentication
with the username API and your API key as the password.
For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'
Return only variables where the flow ID matches this value (multiple
flow_id parameters may be used to select variables across several
specific flows)
24 character alpha-numeric BSON identifier
^[0-9a-fA-F]{24}$"5fd4371e940df5a34a3888b2"
Return only variables seen at or after this time
Return only variables created at or before this time
OK