Skip to main content
Requests look like this: curl -H "X-Account-Secret: ACCOUNT_SECRET" https://api.chameleon.io/... — see the pages below for more info
Use https://api.chameleon.io or https://api.trychameleon.com for all requests to the Chameleon API (either will work but use chameleon.io for new projects.)
Currently, our REST API supports the following endpoints:
Model + detailsList URLShow URL
User ProfilesGET /v3/analyze/profilesGET v3/analyze/profiles/:id
CompaniesGET /v3/analyze/companiesGET v3/analyze/companies/:id
SegmentsGET /v3/edit/segmentsGET /v3/edit/segments/:id
ToursGET /v3/edit/toursGET /v3/edit/tours/:id
Tour InteractionsGET /v3/analyze/interactionsGET /v3/analyze/interactions/:id
MicrosurveysGET /v3/edit/surveysGET /v3/edit/surveys/:id
Microsurvey ResponsesGET /v3/analyze/responses-
Experience DeliveriesGET /v3/edit/deliveriesGET /v3/edit/delivery/:id
Rate Limit GroupsGET /v3/edit/limit_groupsGET v3/edit/limit_groups/:id
Alert GroupsGET /v3/edit/alert_groupsGET v3/edit/alert_groups/:id
LaunchersGET /v3/edit/launchersGET /v3/edit/launchers/:id
TooltipsGET /v3/edit/tooltipsGET /v3/edit/tooltips/:id
WebhooksGET /v3/edit/webhooksGET v3/edit/webhooks/:id
DomainsGET /v3/edit/urlsGET /v3/edit/urls/:id
TagsGET /v3/edit/tagsGET v3/edit/tags/:id
Data PropertiesGET /v3/edit/propertiesGET /v3/edit/properties/:id
Data ImportsGET /v3/edit/importsGET /v3/edit/imports/:id

Ideas for how you can use this API

Chameleon’s REST API is made to be adaptable to your own custom use cases. Nevertheless, there are some cases where you might want to use it:
If there is any use case where you’d like to use our API but you’re not sure how, feel free to Contact us.