Surepass
Esign

Download signed PDF

View as Markdown
GET
/api/v1/esign/download-pdf

Download the final signed PDF after the Esign session completes.

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication — paste your access token below.

In: header

Query Parameters

client_id*string

Esign session client ID (esign_...).

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/esign/download-pdf?client_id=esign_PsLIyRDIHAqyFWhZqhDT"
{  "data": {    "url": "https://test-esign-bucket.s3.amazonaws.com/..."  },  "status_code": 200,  "message": "Success",  "success": true}