Amplitude · Example Payload

Amplitude Createeventcategory Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Createeventcategory 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": "createEventCategory",
  "method": "POST",
  "path": "/api/2/taxonomy/category",
  "summary": "Amplitude Create an Event Category",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "createEventCategory200Example",
      "example": {
        "success": true
      }
    }
  ]
}