Skip to main content
POST
/
cms
/
pages
/
2026-03
/
landing-pages
/
ab-test
/
end
cURL
curl --request POST \
  --url https://api.hubapi.com/cms/pages/2026-03/landing-pages/ab-test/end \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: */*' \
  --data '
{
  "abTestId": "<string>",
  "winnerId": "<string>"
}
'
This response has no body data.

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

*/*
abTestId
string
required

ID of the test to end.

winnerId
string
required

ID of the object to designate as the test winner.

Response

Last modified on March 30, 2026