Get a Print Order

Retrieve a print order by passing the orderId generated by the POST call.

The response contains the URL for accessing the print order for viewing or printing. The URLs will expire after 15 minutes. If a URL expires, it can be regenerated using the GET call.

Response Codes

Response CodeDescription
200 SUCCESSThe print order was retrieved successfully.
400 BAD_REQUESTThe request is invalid because it is missing values for a required parameter.
401 UNAUTHORIZEDAuthorization information is missing from the request or the token is expired.
403 FORBIDDENUser has inadequate roles.
500 INTERNAL_SERVER_ERRORIndicates an unexpected error occurred.
Language