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
Related Pagesβ
- Currency Endpoints β currency API
- Organization Settings β org config