Skip to main content
GET
/
forms
/
land-certificate
/
subdistricts
Get subdistrict options
curl --request GET \
  --url https://api.anycheck.ai/forms/land-certificate/subdistricts \
  --header 'Authorization: Bearer <token>'
[
{
"label": "Desa Matraman",
"value": "5547C614B8FB7B45E053031D0B0AEDFC"
}
]

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login endpoint.

Example:

Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Query Parameters

city_regency_id
string
required

The ID of the selected city or regency

Response

List of subdistrict options

label
string
required

Display label for the dropdown option

value
string
required

Value to be submitted for the dropdown option