Skip to main content
GET
/
api
/
v2
/
orders
/
{orderId}
/
download
cURL
curl -X GET https://morimori.app/api/v2/orders/ORDER_ID/download \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": {
    "downloadUrl": "<string>",
    "expiresIn": 3600
  }
}

Authorizations

Authorization
string
header
required

API Key for external client access

Path Parameters

orderId
string
required

Order ID

Response

URL issued successfully

data
object