GET
/
v3
/
order
/
{order_id}
/
requisition
/
pdf
curl --request GET \
     --url '{{BASE_URL}}/v3/order/<order_id>/requisition/pdf' \
     --header 'accept: application/pdf' \
     --header 'x-vital-api-key: {YOUR_KEY}'
     --output file.pdf
"<string>"

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Path Parameters

order_id
string
required

Your Order ID.

Response

200 - application/pdf

The response is of type string.