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

Get Region

Testing
GET
/store/dashboard/regions
Endpoint ini digunakan untuk mengambil data wilayah.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/dashboard/regions'
Response Response Example
200 - Success
{
    "data": [
        {
            "id": 51631,
            "district": "Sidoarjo",
            "city": "Sidoarjo",
            "province": "Jawa Timur",
            "postcode": "61252"
        }
    ]
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
keyword
string  | null 
required
>= 3 characters
Example:
BEKASI SELATAN

Responses

🟢200Success
application/json
Body
data
array [object {5}] 
required
id
integer 
optional
district
string 
optional
city
string 
optional
province
string 
optional
postcode
string 
optional
🟠404Record not found
🔴503Service Unavailable
Modified at 2025-06-23 09:19:34
Previous
Cek SubDomain
Next
Store
Built with