Amplitude · Example Payload

Behavioral Cohorts Api Cohort Upload Request Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Behavioral Cohorts Api Cohort Upload Request Example is an example object payload from Amplitude, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameidsownerexisting_cohort_id

Example Payload

Raw ↑
{
  "name": "Example Name",
  "ids": [
    "example_value"
  ],
  "owner": "example_value",
  "existing_cohort_id": "500123"
}