GET v1/Business/GetPDFRequestAsync?PDFAsyncOrderId={PDFAsyncOrderId}

Gets the results of an Async PDF Order created with the /v1/Business/RequestPDFAsync Endpoint.

Parameters

NameDescriptionTypeAdditional information
PDFAsyncOrderId

The PDFAsyncOrderId to get results for.

integer

Required

Response

APIGetPDFAsyncResponse
NameDescriptionTypeAdditional 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}
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.