POST /public/v2/notary/notarization-requests

Create a notarization request to connect with a notary and complete online notarizations for your signers within minutes.

🚧 Important: This endpoint supports only documents in draft status.

Prerequisites

🚧 Before you start

Ensure the following before creating a notarization request:

Request Details

For the notarization request, include in the request body:

After the API call is executed, your signers will receive an email invitation for notarization. Alternatively, you can directly share the notarization_link with your signers, which is available in the 201 response body.

Upon successful notarization, you will receive an email with a link to the notarized document.

Usage Tips

📘 Best Practices

Limits

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

Troubleshooting

Solutions for 4xx Response Codes:

📘 To learn more about PandaDoc Notary On-Demand, visit our website.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
invitation Object Yes
invitation.message String No

Optional message for invitation email.

invitation.invitees[] Array No
invitation.invitees[].email String Yes
invitation.invitees[].last_name String No
invitation.invitees[].first_name String No
document_id String Yes

ID of the Document for notarization.

disable_invitees_notifications Boolean No

Disable all notifications for invitees including email with invitation for notarization. This is useful when you are using alternative delivery methods.

Default value: false

notary Object No

Optional notary assignment for in-house notary requests. Used for Bring you own notary use case. Only ACTIVE notaries can be used

notary.id String Yes

ID of an ACTIVE notary

notary.scheduled_at String Yes

ISO 8601 timestamp for scheduled notarization

notary.message String No

Optional custom message for the notary in the invitation email

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.