cURL
curl -X GET https://morimori.app/api/v2/orders/ORDER_ID/download \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "data": { "downloadUrl": "<string>", "expiresIn": 3600 } }
완료된 주문 파일의 다운로드 URL을 발급합니다.
complete
expired
API Key for external client access
Order ID
URL issued successfully
Show child attributes