Chameleon website screenshot

Chameleon

Chameleon delivers in-app product tours, microsurveys, tooltips, launchers, and product demos to drive activation and feedback.

1 APIs 0 Features
ProductIn-App GuidanceOnboardingSurveysAnalytics

APIs

Chameleon REST API

Chameleon REST API for managing user profiles, companies, tours, microsurveys, embeddables, segments, themes, webhooks, and other Experiences.

Collections

Pricing Plans

Chameleon Plans Pricing

1 plans

PLANS

Rate Limits

Chameleon Rate Limits

1 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Chameleon REST API
  version: '3'
request:
  auth:
    type: apikey
    key: X-Account-Secret
    value: '{{X-Account-Secret}}'
    placement: header
items:
- info:
    name: Profiles
    type: folder
  items:
  - info:
      name: List user profiles
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/analyze/profiles
    docs: List user profiles
  - info:
      name: Retrieve a user profile
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/analyze/profiles/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a user profile
- info:
    name: Companies
    type: folder
  items:
  - info:
      name: List companies
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/analyze/companies
    docs: List companies
  - info:
      name: Retrieve a company
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/analyze/companies/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a company
- info:
    name: Segments
    type: folder
  items:
  - info:
      name: List segments
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/segments
    docs: List segments
  - info:
      name: Retrieve a segment
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/segments/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a segment
- info:
    name: Tours
    type: folder
  items:
  - info:
      name: List tours
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/tours
    docs: List tours
  - info:
      name: Retrieve a tour
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/tours/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a tour
- info:
    name: Interactions
    type: folder
  items:
  - info:
      name: List tour interactions
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/analyze/interactions
    docs: List tour interactions
  - info:
      name: Retrieve a tour interaction
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/analyze/interactions/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a tour interaction
- info:
    name: Microsurveys
    type: folder
  items:
  - info:
      name: List microsurveys
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/surveys
    docs: List microsurveys
  - info:
      name: Retrieve a microsurvey
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/surveys/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a microsurvey
- info:
    name: Responses
    type: folder
  items:
  - info:
      name: List microsurvey responses
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/analyze/responses
    docs: List microsurvey responses
- info:
    name: Deliveries
    type: folder
  items:
  - info:
      name: List experience deliveries
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/deliveries
    docs: List experience deliveries
  - info:
      name: Retrieve an experience delivery
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/delivery/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve an experience delivery
- info:
    name: Limit Groups
    type: folder
  items:
  - info:
      name: List rate limit groups
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/limit_groups
    docs: List rate limit groups
  - info:
      name: Retrieve a rate limit group
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/limit_groups/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a rate limit group
- info:
    name: Alert Groups
    type: folder
  items:
  - info:
      name: List alert groups
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/alert_groups
    docs: List alert groups
  - info:
      name: Retrieve an alert group
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/alert_groups/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve an alert group
- info:
    name: Launchers
    type: folder
  items:
  - info:
      name: List launchers
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/launchers
    docs: List launchers
  - info:
      name: Retrieve a launcher
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/launchers/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a launcher
- info:
    name: Tooltips
    type: folder
  items:
  - info:
      name: List tooltips
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/tooltips
    docs: List tooltips
  - info:
      name: Retrieve a tooltip
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/tooltips/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a tooltip
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: List webhooks
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/webhooks
    docs: List webhooks
  - info:
      name: Retrieve a webhook
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/webhooks/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a webhook
- info:
    name: Domains
    type: folder
  items:
  - info:
      name: List domains and environments
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/urls
    docs: List domains and environments
  - info:
      name: Retrieve a domain
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/urls/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a domain
- info:
    name: Tags
    type: folder
  items:
  - info:
      name: List tags
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/tags
    docs: List tags
  - info:
      name: Retrieve a tag
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/tags/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a tag
- info:
    name: Properties
    type: folder
  items:
  - info:
      name: List data properties
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/properties
    docs: List data properties
  - info:
      name: Retrieve a data property
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/properties/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a data property
- info:
    name: Imports
    type: folder
  items:
  - info:
      name: List data imports
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/imports
    docs: List data imports
  - info:
      name: Retrieve a data import
      type: http
    http:
      method: GET
      url: https://api.chameleon.io/v3/edit/imports/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Retrieve a data import
bundled: true