Select winning A/B test variation
Manually selects the winning variation for an A/B test broadcast. The winning variation will be sent to the remaining audience. This endpoint is restricted in demo mode.
post/api/broadcasts.selectWinner
Request body
Example request
{
"workspace_id": "ws_1234567890",
"id": "broadcast_12345",
"template_id": "template_variant_a"
}Response
Winner selected successfully
Example response
{
"success": true
}