Amplitude · Example Payload

Amplitude Geteventproperty Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Geteventproperty 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": "getEventProperty",
  "method": "GET",
  "path": "/api/2/taxonomy/event-property/{event_property}",
  "summary": "Amplitude Get an Event Property",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getEventProperty200Example",
      "example": {
        "event_property": "example_value",
        "event_type": "standard",
        "description": "Example description text",
        "type": "standard",
        "is_required": true
      }
    }
  ]
}