Skip to main content
GET
Get Signature Request File
This endpoint requires one of the following scopes:sign:requests.read or sign:requests

Authorizations

X-API-Key
string
header
required

Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.

Path Parameters

signature_request_id
string
required

ID of the Signature Request.

Query Parameters

type
enum<string>
default:agreement

Which artifact to return:

  • agreement: The completed/signed agreement PDF
  • coc: The Certificate of Completion PDF
  • merged: A single PDF with agreement followed by the CoC
Available options:
agreement,
coc,
merged

Response

Returns the downloadable file of the Signature Request.

signed_url
string

Signed HTTPS URL to the requested artifact. Expires in 30 minutes.

expires_at
integer<unix-epoch>

Unix epoch timestamp (in seconds) indicating when signed_url will no longer work.