Get cities by state
GET/truckers/invoices/cities/:label
Retrieves the cities of a specific state/province.
Features:
- Case-insensitive search
- Supports names with spaces and special characters (URL-encoded)
- Returns only cities with registered addresses
Usage examples:
- By state name: GET /truckers/invoices/cities/barcelona
- State with spaces: GET /truckers/invoices/cities/new%20york
Request
Responses
- 200
- 401
- 404
List of cities
Unauthorized
State not found