cURL
curl --request GET \ --url https://api.human.prod.artistree.io/v1/orders/pdf/{order_id} \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "expiresIn": 123 }
Get a watermarked PDF certificate for your order.
The access token received from the authorization server in the OAuth 2.0 flow.
36
The order certificate PDF
"https://artistree-human-assets-prod.s3.us-east-1.amazonaws.com/tmp/cert-pdfs/{order_id}-{timestamp}.pdf"