Userpilot · Example Payload

Userpilot Get Apiv1Analyticsexportslookupssegments Example

ProductOnboardingIn-App GuidanceAnalyticsCustomer Success

Userpilot Get Apiv1Analyticsexportslookupssegments 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": "get-apiv1analyticsexportslookupssegments",
  "method": "GET",
  "path": "/api/v1/analytics/exports/lookups/segments",
  "summary": "Get segments",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": [
          {
            "id": 101,
            "title": "Active Users",
            "usage": "all",
            "category": "user_id",
            "is_hidden": false,
            "is_protected": false,
            "status": "published"
          }
        ],
        "metadata": {
          "cursor": {
            "after": "...",
            "before": null
          },
          "limit": 50,
          "total_count": 1
        }
      }
    }
  ]
}