Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
curl --request PUT \
--url https://api.tagdeliver.com/v1/tag/{uid}/experiment/{id}/activate-winner \
--header 'Authorization: Bearer <token>'{
"success": true
}Activates the winnning config of an experiment. This can be run upon completion, or during an experiment, where the experiment will be immmediately terminated
curl --request PUT \
--url https://api.tagdeliver.com/v1/tag/{uid}/experiment/{id}/activate-winner \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?