curl --request POST \
--url https://api.kameleoon.com/experiments/{experimentId}/results/shareable-ui-link \
--header 'Authorization: Bearer <token>'{
"link": "<string>"
}Creates URL link to access the NEW experiment results page. Anyone with the link can view the page.
curl --request POST \
--url https://api.kameleoon.com/experiments/{experimentId}/results/shareable-ui-link \
--header 'Authorization: Bearer <token>'{
"link": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?