Export addresses to CSV
GET/company/address/export
Generate a CSV file with all company addresses.
Features:
- Standard CSV format with headers
- Includes all address fields
- Coordinates separated into longitude/latitude
Response Example:
ID,Name,Company,Phone,Street,City,Zipcode,Country,gps_long,gps_lat
507f1f77bcf86cd799439011,Head Office,CargoOffer SL,+34912345678,Example Street 123,Madrid,28045,ES,-3.703790,40.416775
Notes:
- Requires valid JWT token
- File downloads directly
- Excel and other tool compatible format
Responses
- 200
- 401
- 404
CSV file with addresses
Unauthorized (invalid or missing JWT token)
Company not found