Skip to main content
GET
List counties by country

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Query Parameters

country_id
integer
required

ID of the selected country.

page
integer

Page number for pagination.

Required range: x >= 1
per_page
integer
default:15

Number of counties to return per page. Defaults to 15 and supports up to 100.

Required range: 1 <= x <= 100

Optional search by county name or county code.

Maximum string length: 100

Response

OK

success
boolean