bosOnline
  1. Form
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
      • Download Inventory
      • Download Variant
      • Update Inventory
      • Get Category
      • Get Edit Product
      • Product List
      • Edit Product Detail (Product Detail)
      • product
      • Delete Product
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU
    • Form
      • Form
        POST
      • Edit Form
        PUT
      • Form Detail
        GET
      • Edit Status Form (Product Detail)
        PATCH
      • Form list
        GET
      • Custom Success Page
        POST
      • Custom Success Page
        PUT
      • Edit Success Page
        GET
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
      • Edit Payment Method
      • Detail Order
      • Edit Customer Order
      • Edit Another Fee
      • Order List
      • Confirm Payment
      • Update Payment Method
      • Update Pengiriman Kurir
      • Update Status Order
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
        • Get Revenue
      • Store
      • Cek SubDomain
      • Get Region
      • Store
      • Warehouse
      • On Boarding
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Tips
      • Announcement
      • Edit Subdomain
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Reset Password
      • Warehouse
      • Order Shipping
      • winpay service
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Data Deletion
      • Default Warehouse
      • Me
    • Staff
      • Staff
      • Delete staff
      • Create Staff
      • Edit Status Staff
    • Rekening
      • Bank List
      • Get Rekening List
      • Rekening Detail
      • Create Rekening
      • Edit Rekening
      • Delete Rekening
      • Edit Status Rekening
    • Voucher
      • List Voucher
      • Edit Voucher Status
      • Voucher
      • List Voucher Checkout
      • Delete Voucher
  • AdminBosOnline
    • Dashboard
      • Recap Store
      • Revenue
      • Order Recap
  1. Form

Edit Success Page

Testing
GET
/store/success-page/{form_id}
Endpoint ini digunakan untuk edit data success page di halaman detail product setelah halaman edit form
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

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
form_id
string 
required
Example:
6bed868b-2415-4101-9026-9290760b9c95

Responses

🟢200Success
application/json
Body
data
object 
required
id
integer 
required
form_id
string 
required
header_image_url
string 
required
headline
string 
required
tagline
string 
required
bg_color
string 
required
button_text
string 
required
button_color
string 
required
post_submit_action
string 
required
social_links
object 
required
video_url
string 
required
payment_methods
object 
required
created_at
string 
required
updated_at
string 
required
ads_tracking
object 
required
message
string 
required
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-19 08:56:03
Previous
Custom Success Page
Next
Request Create Order
Built with