Amplitude · Example Payload

Amplitude Mapuser Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Mapuser 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": "mapUser",
  "method": "POST",
  "path": "/api/2/usermap",
  "summary": "Amplitude Map User Identities",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "mapUser200Example",
      "example": {
        "code": 100,
        "success": true
      }
    }
  ]
}