Skip to main content
GET
/
events
/
event-metrics
/
select_unique
Select unique event metrics
curl --request GET \
  --url https://app.leadconduit.com/events/event-metrics/select_unique \
  --header 'Authorization: Basic <encoded-value>'
{
  "result": [
    {
      "vars.source.id": "<string>",
      "vars.recipient.id": "<string>",
      "result": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Query Parameters

group_by
string[]
timeframe
Example:

"this_14_days"

interval
Example:

"daily"

timezone
number
filters
object[]
target_property
string

Response

OK

result
object[]