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

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API Key for external client access

Path Parameters

orderId
string
required

Order ID

Response

URL issued successfully

data
object