Skip to main content
POST
/
experiments
/
{experimentId}
/
results
/
shareable-ui-link
Share experiment new result page UI
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

experimentId
integer<int64>
required

Response

OK