Skip to main content
GET
/
forms
/
land-certificate
/
city-regencies
Get city and regency options
curl --request GET \
  --url https://api.anycheck.ai/forms/land-certificate/city-regencies \
  --header 'Authorization: Bearer <token>'
[
  {
    "label": "Kota Administratif Jakarta Pusat",
    "value": "e0fac556fae64be895c507de3acc7b4f"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login endpoint.

Example:

Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Response

List of city and regency options

label
string
required

Display label for the dropdown option

value
string
required

Value to be submitted for the dropdown option