curl --request POST \
--url https://api.hubapi.com/cms/pages/2026-03/site-pages/ab-test/end \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: */*' \
--data '
{
"abTestId": "<string>",
"winnerId": "<string>"
}
'This response has no body data.有効なA/Bテストを終了して勝者を指定します。
curl --request POST \
--url https://api.hubapi.com/cms/pages/2026-03/site-pages/ab-test/end \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: */*' \
--data '
{
"abTestId": "<string>",
"winnerId": "<string>"
}
'This response has no body data.