cURL
curl --request GET \ --url https://api.example.com/api/v1/contacts/export/csv
{ "csv_data": "<string>", "count": 123, "filename": "<string>" }
Export contacts to CSV.
Documentation IndexFetch the complete documentation index at: https://docs.wazzapi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response for CSV export.