Download order attachment
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /orders/attachments/download
Operation
Operation ID: downloadOrderAttachment
Download a specific order attachment
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
id | query | yes | integer |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Attachment downloaded successfully | application/octet-stream |
Schema for response 200 (application/octet-stream):
{
"format": "binary",
"type": "string"
}
17 March 2026