cURL
curl --request POST \ --url https://api.example.com/sync/download \ --header 'Content-Type: application/json' \ --data '{ "hours": 123 }'
{ "success": true, "blobs_downloaded": 123, "records_imported": 123 }
Download and import data from other devices.
Request to download data from other devices.
OK
Response from download operation.
Was this page helpful?