Skip to main content
GET
/
cabang-kantor
Get Branch List
curl --request GET \
  --url https://blessed-toad-definitely.ngrok-free.app/api/cabang-kantor
[
  {
    "id": 123,
    "namaCabang": "Cabang Jakarta",
    "alamatLengkap": "Jl. Jend. Sudirman No. 1",
    "kota": "Jakarta"
  }
]

Response

200 - application/json

Successful response

id
integer

Unique identifier for the branch

namaCabang
string

Name of the branch

Example:

"Cabang Jakarta"

alamatLengkap
string

Full address of the branch

Example:

"Jl. Jend. Sudirman No. 1"

kota
string

City where the branch is located

Example:

"Jakarta"