Edit Success Page
Testing
GET
/store/success-page/{form_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/success-page/6bed868b-2415-4101-9026-9290760b9c95'
Response Response Example
200 - Success
{
"data": {
"id": 1,
"form_id": "6bed868b-2415-4101-9026-9290760b9c95",
"header_image_url": "/header/success_page/8721312/header_success_form1.jpg",
"headline": "Toko Shaka edited",
"tagline": "Your Daily Coffee",
"bg_color": "#F4F6F8",
"button_text": "",
"button_color": "#F4F6F8",
"post_submit_action": "success_page",
"social_links": {
"instagram": "",
"facebook": "",
"whatsapp": "",
"youtube": ""
},
"video_url": "https://www.youtube.com",
"payment_methods": {
"additional_component": {
"url_video": "https://www.youtube.com",
"page_title": "Terima kasih sudah pesan",
"page_caption": "Orderan kamu sedang kami proses",
"text_footer": "Temukan kami melalui",
"social_media": {
"instagram": "",
"facebook": "",
"whatsapp": "",
"youtube": ""
}
},
"payment_method": "manual"
},
"created_at": "2025-06-11T16:24:21.912879+07:00",
"updated_at": "2025-06-11T17:16:15.61893+07:00",
"ads_tracking": {
"id": 5,
"form_id": "6bed868b-2415-4101-9026-9290760b9c95",
"all_events": true,
"only_submit_event": false,
"pixels": {
"facebook_pixel": {
"pixel_id": [
18273213123,
13123131231
],
"event": [
"AddToCart",
"Purchase",
"ViewContent"
]
},
"google_tag_manager": [],
"tiktok_pixel": {
"pixel_id": [
18273213123,
13123131231
],
"event": [
"AddToCart",
"Purchase",
"ViewContent"
]
}
}
}
},
"message": "Success page retrieved successfully"
}
Request
Path Params
form_id
string
required
Example:
6bed868b-2415-4101-9026-9290760b9c95
Responses
Modified at 2025-06-19 08:56:03