GET /public/v2/notary/notarization-requests/{session_request_id}

Get details about a notarization request by its id.

Details include:

Available Notarization Request Statuses

The following is a complete list of all possible notarization request statuses returned:

Notarization Request StatusStatus Description
SENTNotarization request has been created. Invitees are notified and can start the process of finding a notary.
WAITING_FOR_NOTARYOne of the invitees initialised the process of finding a notary.
ACCEPTEDNotarization request has been accepted by the notary. At this time nobody has joined the notarization session yet.
LIVENotarization session has started.
COMPLETEDNotarization session is finished. Documents have been successfully signed and ready for downloading.
INCOMPLETENotarization session has started but was not completed successfully.

Signed documents

Signed documents are the documents that were successfully signed during the notarization session. The signed document's info is available only if the notarization request has COMPLETED status, otherwise the returned list will be empty.

In case you uploaded several documents for notarization then the signed_documents list will contain links for downloading for each document separately (with SINGLE document type) and link for the combined document (with COMBINED document type accordingly).

Recording

Recording is the video of the notarization session. The recording info is available only if the notarization request has COMPLETED status and recording is available, otherwise the returned object will be empty.

📘 Links expire in 1 hour

Note: The signed document and recording links expire in 1 hour. After this time it will be not possible to download files using the returned urls. In this case you need to call endpoint again since each request generates a new link.

Limits

A maximum of 100 API calls per minute is permitted. Exceeding this limit triggers a 429 Too Many Requests error.

Servers

Path parameters

Name Type Required Description
session_request_id String Yes

Notarization Request ID.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.