Amplitude · Example Payload

Identify Api Identify Request Body Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Identify Api Identify Request Body Example is an example object payload from Amplitude, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

api_keyidentification

Example Payload

Raw ↑
{
  "api_key": "example_value",
  "identification": [
    {
      "user_id": "500123",
      "device_id": "500123",
      "user_properties": "example_value"
    }
  ]
}