GET a list of your downloads...
/api/v3/downloads /api/v3/downloads?page=2
Example result...
{
"downloads": [
{
"downloaded_at": "2021-09-12T12:34:55Z",
"filename": "myfile.txt",
"id": 123,
"ip_address": "127.0.0.1",
"item_sku": "BILL-WAX",
"order_id": 1002,
"size_bytes": 314559
}
]
}
NOTE: A nil order_id indicates that the download was from a permalink.