curl --request GET \ --url '{{BASE_URL}}/v3/order/<order_id>/abn_pdf' \ --header 'accept: application/pdf' \ --header 'x-vital-api-key: {YOUR_KEY}' --output file.pdf
{ "detail": "<unknown>" }
Download the Advance Beneficiary Notice (ABN) form as a PDF for a specific lab order.
has_abn
Vital Team API Key
Your Order ID.
PDF with ABN form
Was this page helpful?