Skip to main content
GET
/
v1
/
orders
/
pdf
/
{order_id}
Get certificate PDF
curl --request GET \
  --url https://api.human.prod.artistree.io/v1/orders/pdf/{order_id} \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expiresIn": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

order_id
string
required
Required string length: 36

Response

The order certificate PDF

url
string<uri>
required
Example:

"https://artistree-human-assets-prod.s3.us-east-1.amazonaws.com/tmp/cert-pdfs/{order_id}-{timestamp}.pdf"

expiresIn
integer
required