Get statuses by country
GET/truckers/invoices/states/:label
Retrieves the states/provinces of a specific country. The country can be specified by name or ISO code.
Features:
- Case-insensitive search
- Supports names with spaces and special characters (URL encoded)
- Returns only states with registered addresses
Usage examples:
- By country name: GET /truckers/invoices/states/spain
- By ISO code: GET /truckers/invoices/states/ES
Request
Responses
- 200
- 401
- 404
List of states
Unauthorized
Country not found