curl --request GET \
--url '{{BASE_URL}}/v3/order_transaction/<transaction_id>/result/pdf' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
"PDF with results"
Retrieve order transaction result pdf via the Junction API. Requires authentication with your team API key.
curl --request GET \
--url '{{BASE_URL}}/v3/order_transaction/<transaction_id>/result/pdf' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
"PDF with results"
curl --request GET \
--url '{{BASE_URL}}/v3/order_transaction/<transaction_id>/result/pdf' \
--header 'accept: application/json' \
--header 'x-vital-api-key: {YOUR_KEY}'
"PDF with results"
Was this page helpful?