webhook parameter is defined, the call to PDFShift’s API will return a Queued response along with a 202 status code, like the following:
{"queued": true}
Once the processing has been done, we will send a POST request to your webhook endpoint, containing a JSON payload with the URL to your converted document, stored at Amazon S3 for two days.
Here’s a sample of the payload we will send you: