bosOnline
  1. Store
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
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Form list
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
    • 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
        GET
      • Cek SubDomain
        GET
      • Get Region
        GET
      • Store
        POST
      • Warehouse
        POST
      • On Boarding
        PUT
      • Recap Order
        GET
      • Recap Store
        GET
      • Recap Product
        GET
      • Recap CS
        GET
      • Tips
        GET
      • Announcement
        GET
      • Edit Subdomain
        PATCH
    • 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. Store

Store

Testing
GET
/store
BosOnline/Dashboard
Endpoint ini digunakan untuk pengecekan langkah verifikasi data. Verifikasi data store, almat gudang dan KTP. Proses ini dijalankan pada dashboard. Saat pertama kali login.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store'
Response Response Example
200 - Success
{
    "created_at": "2025-05-28T13:50:45.949652+07:00",
    "name": "alvin",
    "on_boarding": true,
    "store_phone": "0897631312314",
    "sub_domain": "alvin",
    "updated_at": "2025-06-05T11:06:25.246329+07:00"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200OK
application/json
Body
object {0}
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-20 02:54:03
Previous
Get Revenue
Next
Cek SubDomain
Built with