ื“ืœื’ ืœืชื•ื›ืŸ ื”ืจืืฉื™

Country Endpoints

Manage countries for business configuration.

Base Pathโ€‹

/api/country

Endpointsโ€‹

List Countriesโ€‹

GET /api/country
Authorization: Bearer {token}

Response:

{
"items": [
{ "id": "uuid", "isoCode": "US", "country": "United States" },
{ "id": "uuid", "isoCode": "GB", "country": "United Kingdom" },
{ "id": "uuid", "isoCode": "DE", "country": "Germany" }
],
"total": 250
}

Get Countryโ€‹

GET /api/country/:id
Authorization: Bearer {token}

System Countriesโ€‹

All 250+ countries are seeded automatically during initial setup. Countries are used for:

  • Organization address
  • Employee location
  • Contact/client addresses
  • Tax and compliance rules
  • Holiday calendar imports