Skip to main content
PUT
/
open-api
/
v1.0
/
order
/
{orderId}
/
downloaded
Mark digital download as downloaded
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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt

Use this file to discover all available pages before exploring further.

OAuth scope: order_writeAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

orderId
string
required

Body

application/json
defaultFileUrl
string

Response

OK