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

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

URLs refreshed successfully

data
object