Skip to main content
GET
/
api
/
v1
/
contacts
/
export
/
csv
Export To Csv
curl --request GET \
  --url https://api.example.com/api/v1/contacts/export/csv
{
  "csv_data": "<string>",
  "count": 123,
  "filename": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Query Parameters

group_id
string<uuid> | null
source
string | null

Response

Successful Response

Response for CSV export.

csv_data
string
required
count
integer
required
filename
string
required