Amplitude · Example Payload

Amplitude Identifyuser Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Identifyuser 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": "identifyUser",
  "method": "POST",
  "path": "/identify",
  "summary": "Amplitude Identify a User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "identifyUser200Example",
      "example": {
        "code": 100,
        "server_upload_time": 1718153645993,
        "events_ingested": 100
      }
    }
  ]
}