Retrieves a paginated list of provinces/states in Indonesia with their unique identifiers and names. Results are alphabetically sorted by province name.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
start
integer
optional
Pagination offset (default: 0)
Example:
0
limit
integer
optional
Number of records per page (default: 10)
Example:
10
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://demo.boscod.com:4004/v1/address/provinces?start=0&limit=10'