Get list of countries
GET/truckers/invoices/countries
Retrieves a list of all available countries in the system. Countries are returned in a standard format with code and name.
Features:
- Complete list without pagination
- Alphabetically sorted by name
- Includes only countries with registered addresses
Example response: [ {label: Spain, value: ES}, {label: France, value: FR} ]
Responses
- 200
- 401
List of countries
Unauthorized