cURL
curl --request GET \ --url https://api.truedy.ai/api/public/v1/contacts/export \ --header 'Authorization: Bearer <token>'
{ "data": {}, "meta": { "request_id": "req_73e786fe-1", "timestamp": "2026-02-04T20:12:04.403365Z" } }
Export contacts from a folder to CSV.
Download all contacts in a folder as a CSV file. Useful for backup or analysis outside of Truedy.
Your API key. Send in the Authorization header as: Bearer
Filter by folder ID
Request completed successfully