perkinsb

download in progress transaction not working

0 votes

Hello. This is not working. I tried below code and get this error message. I am trying to download an in progress transaction since this cannot be done in the UI. I tried the below code but am getting the below error message. Can you please advise how to fix this issue and run the code correctly?

Error Message:
{"messageKey":"http.status.406","message":"Not Acceptable","code":406,"name":"Not Acceptable"}

Code:
curl -X 'GET' \
  'https://sandbox.esignlive.com/api/packages/SVDOZ5bwoDrJAd4WSbDEfNaYiUY=/documents/zip' \
  -H 'accept: application/json; esl-api-version=11' \
  -H 'Authorization: Basic api_key'


Approved Answer

Reply to: download in progress transaction not working

0 votes

I was able to download the in progress transaction by pasting the above URL into a new tab since I am the signer: https://sandbox.esignlive.com/api/packages/SVDOZ5bwoDrJAd4WSbDEfNaYiUY=/documents/zip. 


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off