GET v1/Business/GetPDFRequestAsync?PDFAsyncOrderId={PDFAsyncOrderId}
Gets the results of an Async PDF Order created with the /v1/Business/RequestPDFAsync Endpoint.
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PDFAsyncOrderId |
The PDFAsyncOrderId to get results for. |
integer |
Required |
Response
APIGetPDFAsyncResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| PDFBase64 | string |
None. |
|
| Message | string |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/GetPDFAsync?PDFAsyncOrderId={PDFAsyncOrderId}