Skip to main content
  • First step URL (on the right page) - required
  • Segmentation matches (User is the right person) - required but can be to match All Users
  • Element appears on the page - optional
  • Element must be clicked on or hovered over - optional
  • etc.
To know more about Tours, you can visit our product documentation.
With the Chameleon API for Tours, you can:
  • List all the existing Tours according to the indicated parameters.
  • Retrieve a single Tour.

Schema

List Tours

List all the Tours that follow the specified parameters.

HTTP Request

GET

HTTP Response

Update a Tour

Update a single Tour to change the Environments or to Publish it.

HTTP Request

PATCH
To Publish the Tour send the current timestamp in iso8601 format
To Unpublish the Tour set the published_at to null
To add the 5e3c4232c712de666d55632a Environment use a + prefix
To remove the 5e3c4232c712de666d55632a Environment use a - prefix

Filtering by Segment

See Listing Related models

Retrieve a Tour

Retrieve a single Tour.

HTTP Request

GET