Amplitude · Example Payload

Amplitude Getuserproperty Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Getuserproperty 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": "getUserProperty",
  "method": "GET",
  "path": "/api/2/taxonomy/user-property/{user_property}",
  "summary": "Amplitude Get a User Property",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getUserProperty200Example",
      "example": {
        "user_property": "example_value",
        "description": "Example description text",
        "type": "standard"
      }
    }
  ]
}