By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. Read more
Accept Close
Manage Cookies
This endpoint retrieves all Mapping Hero A/B Testing for your website.
curl "https://api.howuku.com/v1/abtesting" -H "Authorization: APIKEY"
The above command returns JSON structured like this:
[ { "test_name":"Test CTA", "url":"https://howuku.com", "goal_profile_id":"zBxpyMzKNSDK", "created_at":"2020-08-08T13:52:02.000Z", "updated_at":"2020-08-08T13:52:02.000Z", "id":"zBxpyMzODkxc" } ]
GET https://api.howuku.com/v1/abtesting
GET https://api.howuku.com/v1/abtesting/detail/:id
curl "https://api.howuku.com/v1/abtesting/detail/:id" -H "Authorization: APIKEY"
[ { "variant":"Control", "complete":335, "total":1745 }, { "variant":"Variant 1", "complete":430, "total":1744 } ]
Powered by BetterDocs
Your email address will not be published. Required fields are marked *
Comment
Your name
Email address
Save my name, email, and website in this browser for the next time I comment.