Poll an async print request for its PDF

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

external_id

string

required

External ID returned by POST /applicants/:id/print

``200 PDF ready — body includes presigned S3 URL

``202 PDF still being generated

``401 Unauthorized

``404 Print request not found or expired

``410 PDF generation failed


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request GET \
     --url https://api.fountain.com/api/v2/applicant-print-requests/external_id/download \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200202401404``410