Userpilot · Example Payload

Userpilot Get Apiv1Analyticsexportslookupsembeds Example

ProductOnboardingIn-App GuidanceAnalyticsCustomer Success

Userpilot Get Apiv1Analyticsexportslookupsembeds 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-apiv1analyticsexportslookupsembeds",
  "method": "GET",
  "path": "/api/v1/analytics/exports/lookups/embeds",
  "summary": "Get embeds",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "id": 77,
          "title": "Promo Banner",
          "type": "banner"
        },
        {
          "id": 92,
          "title": "Feature Card",
          "type": "card"
        }
      ]
    }
  ]
}