Userpilot · Example Payload

Userpilot Post V1Track Example

ProductOnboardingIn-App GuidanceAnalyticsCustomer Success

Userpilot Post V1Track Example is an example object payload from Userpilot, 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": "post-v1track",
  "method": "POST",
  "path": "/v1/track",
  "summary": "Track Events",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "user_id": "user_789456",
        "event_name": "schedule_appointment",
        "metadata": {
          "appointment_date": "2024-02-01T10:00:00Z",
          "appointment_type": "Initial Consultation",
          "scheduled_by": "Sarah Johnson",
          "specialty": "Cardiology",
          "provider_id": "dr_smith_123",
          "appointment_status": "confirmed"
        }
      }
    }
  ],
  "responseExamples": []
}