Amplitude · Example Payload

Amplitude Createeventtype Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Createeventtype 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": "createEventType",
  "method": "POST",
  "path": "/api/2/taxonomy/event",
  "summary": "Amplitude Create an Event Type",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "createEventType200Example",
      "example": {
        "success": true
      }
    }
  ]
}