Amplitude · Example Payload

Amplitude Listcohorts Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Listcohorts Example is an example object payload from Amplitude, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listCohorts",
  "method": "GET",
  "path": "/api/3/cohorts",
  "summary": "Amplitude List All Cohorts",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "listCohorts200Example",
      "example": {
        "cohorts": [
          "example_value"
        ]
      }
    }
  ]
}