Amplitude · Example Payload

Amplitude Geteventtype Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Geteventtype 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": "getEventType",
  "method": "GET",
  "path": "/api/2/taxonomy/event/{event_type}",
  "summary": "Amplitude Get an Event Type",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getEventType200Example",
      "example": {
        "event_type": "standard",
        "category": {
          "id": {},
          "name": {}
        },
        "description": "Example description text"
      }
    }
  ]
}