GET
/
v3
/
order
/
{order_id}
/
abn_pdf
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
"<any>"

Retrieving ABNs is currently in closed beta.

When getting an order, you can view the has_abn field to determine if an ABN form is available for this order.

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

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Path Parameters

order_id
string
required

Your Order ID.

Response

200
application/json
PDF with ABN form

The response is of type any.