Get public url of signed document

System
System Administrator Member
edited October 25 in Thrust Services #1
This discussion was created from comments split from: NEW! Core Signature Service.
Tagged:

Comments

  • @Manoj K M Is there a way to get public url of signed document for any one just to view it ?

  • Hi @Mrudhula ,

    Yes, there is an option to get the public URL for the signed documents.

    Make a "GET" call for the "Retrieve Doc" API call with the document UUID which is used for creating signature request ( /api/v1/documents/:doc_uuid/ )

    In the response you will get "pdf" : <string>, public url for the signed document (Please note, the url is public for restricted time period of 10 minutes)

  • Thanks @Manoj K M for the prompt reply, this is exactly what I needed.

  • Thanks for sharing such a valuable method. I was facing the same issue yesterday.