cURL
curl --request PUT \ --url https://api.fourthwall.com/open-api/v1.0/order/{orderId}/downloaded \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "defaultFileUrl": "<string>" } '
200
Marks digital download as downloaded. If no downloads exist and defaultFileUrl is provided in the request body, creates a download with that URL and marks it as downloaded.
The access token received from the authorization server in the OAuth 2.0 flow.
OK