| Key | Type | Required | Description |
|---|---|---|---|
| Authorization | string | ✅ | Bearer token SUPER_ADMIN |
| Content-Type | string | ✅ | application/json |
curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/management/provinces/f848f5cd-23cb-4bad-a536-815f3b38727f' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mengambil detail provinsi"
},
"data": {
"id": "f848f5cd-23cb-4bad-a536-815f3b38727f",
"sequenceId": 2,
"name": "Albert Cremin",
"code": "88",
"shortCode": "NTB",
"createdAt": "2025-12-22T14:19:04.452Z",
"updatedAt": "2025-12-22T14:19:04.452Z",
"country": {
"id": "4c43924a-d822-4fef-8291-fe6ad4e2bcc5",
"name": "Saudi Arabia",
"code": "595",
"continent": "Asia"
},
"stats": {
"totalRegencies": 3,
"totalAddresses": 0
},
"hierarchy": {
"regencies": [
{
"id": "cc67b8d9-3253-415e-997f-ac93d4cd9f73",
"name": "Gerard Halvorson",
"code": "88.99",
"stats": {
"totalDistricts": 0,
"totalAddresses": 0
},
"districts": []
},
{
"id": "4c3c4576-88a3-4b09-80c4-5ae0e442d8f4",
"name": "Gerard Halvorson Dua",
"code": "99.77",
"stats": {
"totalDistricts": 0,
"totalAddresses": 0
},
"districts": []
},
{
"id": "c8521cc9-5b0f-435c-85b1-108447e4d598",
"name": "Gerard Halvorson Tiga",
"code": "88.77",
"stats": {
"totalDistricts": 0,
"totalAddresses": 0
},
"districts": []
}
]
},
"previewInfo": {
"totalRegencies": 3,
"showingRegencies": 3,
"hasMoreData": false
}
}
}