Skip to main content
POST
/
api
/
v2
/
orders
/
{orderId}
/
refresh-urls
cURL
curl -X POST https://morimori.app/api/v2/orders/ORDER_ID/refresh-urls \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": {
    "files": [
      {
        "fileId": "<string>",
        "fileName": "<string>",
        "uploadUrl": "<string>",
        "fileKey": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

API Key for external client access

Path Parameters

orderId
string
required

Order ID

Response

URLs refreshed successfully

data
object