Skip to main content

Download Remote Signing PDF

Description: To download a remotely signed PDF, a HTTP GET request is made to the URL with the form ID.

info

Note that a PDF can be obtained before any/all remote signers have completed the request, to obtain a completed PDF ensure the remote signing status is completed before using this request.

Method: GET

URI: /forms/form_id/remote_sign/pdf

URI Parameters

  • form_id: The ID of the form.

Headers: Authorization: Third party based authorization header

Returns: Returns file as binary download.

Example

Request
curl http://app-api.reiformslive.com.au/forms/1/remote_sign/pdf \
--request GET \
--header "Authorization: Basic YTlkOWIwYItNGY4Yi1hYTQxLTI5NzZmMTcyZmEyMQ=="