Skip to main content
GET
/
sign
/
conversions
/
{jobID}
:download-converted
Get Converted File by Job ID
curl --request GET \
  --url https://api.gonitro.dev/sign/conversions/{jobID}:download-converted \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://developers.gonitro.com/docs/build-nitro/errors#401-unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Missing or invalid Authorization header",
  "instance": "/sign/envelopes"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobID
string
required

The ID of the conversion job

Response

Converted file downloaded successfully