cURL
curl --request POST \ --url https://api.joylink.io/public/export-visits \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "start_date": "2024-01-01", "end_date": "2024-01-31" } '
{ "download_url": "<string>" }
Triggers an export of link visits data to a CSV file and returns a download URL.
Start date for the export (inclusive)
"2024-01-01"
End date for the export (inclusive)
"2024-01-31"
Successfully triggered export
URL to download the exported CSV file