Amplitude · Example Payload

Amplitude Getrevenueltv Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Getrevenueltv 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": "getRevenueLTV",
  "method": "GET",
  "path": "/api/2/revenue/day",
  "summary": "Amplitude Get Revenue LTV Data",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getRevenueLTV200Example",
      "example": {
        "data": {}
      }
    }
  ]
}