Skip to main content
You may also be interested in these additional resources:
The currently supported models are:
Model + detailsList URLShow URL
SegmentsGET /v3/edit/segmentsGET /v3/edit/segments/:id
ToursGET /v3/edit/toursGET /v3/edit/tours/:id
MicrosurveysGET /v3/edit/surveysGET /v3/edit/surveys/:id
LaunchersGET /v3/edit/launchersGET /v3/edit/launchers/:id
TooltipsGET /v3/edit/tooltipsGET /v3/edit/tooltips/:id
DomainsGET /v3/edit/urlsGET /v3/edit/urls/:id
Experience DeliveriesGET /v3/edit/deliveriesGET /v3/edit/deliveries/:id
TagsGET /v3/edit/tagsGET /v3/edit/tags/:id
Rate Limit GroupsGET /v3/edit/limit_groupsGET /v3/edit/limit_groups/:id
Alert GroupsGET /v3/edit/alert_groupsGET /v3/edit/alert_groups/:id
Data ImportsGET /v3/edit/importsGET /v3/edit/imports/:id

HTTP Responses

All the HTTP responses look the same, with a pluralized top-level key with the list of models.
{
  "segments": [
    {
      "id": "5f3c4232c712de665632a2a1",
      ...
    }
  ]
}

# OR

{
  "launchers": [
    {
      "id": "5f3c4232c712de665632a2a3",
      ...
    }
  ]
}
When retrieving a single item, its designation will be singular (launchers becomes launcher).
{
  "launcher": {
    "id": "5f3c4232c712de665632a2a3",
    ...
  }
}
Are we missing a model you need and care about? Contact us to request a different one.