Integrate API
Home
Company
Company
  • Company
  • Users
  • Office
Orders
Orders
  • Orders
  • Change Request
  • Drafts
  • GoToScan
Webhooks
Home
Company
Company
  • Company
  • Users
  • Office
Orders
Orders
  • Orders
  • Change Request
  • Drafts
  • GoToScan
Webhooks
  1. Orders
  • List orders
    GET
  • Upgrade order
    POST
  • Re-deliver order with styling options
    POST
  • Get order by ID
    GET
  • Get combined PDF document
    GET
  • Create a redraw order
    POST
  1. Orders

Get combined PDF document

Prod Env
https://app.cubi.casa/api/integrate/v3
Prod Env
https://app.cubi.casa/api/integrate/v3
GET
/orders/{id}/download
Currently supports only downloading multipage PDF through the API.

Request

Authorization
or
API Key
Add parameter in header
api-key
Example:
api-key: ********************
or
Path Params

Query Params

Responses

🟢200OK
Successful response
Headers

This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.cubi.casa/api/integrate/v3/orders//download?type'
Modified at 2025-08-11 11:34:35
Previous
Get order by ID
Next
Create a redraw order
Built with