Amplitude · Example Payload

Amplitude Getuserprofile Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Getuserprofile 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": "getUserProfile",
  "method": "GET",
  "path": "/v1/userprofile",
  "summary": "Amplitude Get a User Profile",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getUserProfile200Example",
      "example": {
        "userData": {
          "user_id": {},
          "user_properties": {},
          "computed_properties": {},
          "cohort_ids": {},
          "recommendations": {},
          "amplitude_id": {}
        }
      }
    }
  ]
}