GET /public/v2/notary/notarization-requests
Retrieve a paginated list of notarization requests for your organization.
Results can be filtered by status, creator, or document, and sorted by status or by the request's creation or completion dates.
Permissions
🔒 Requirements
- The Notary On-Demand or Notary add-on must be enabled for your organization. Without an active add-on, the endpoint returns
403 Forbidden.- The request is executed with the permissions of the API key owner. By default, the response only includes notarization requests created by the API key owner. To list notarization requests created by any user in the organization, the API key owner must have the Can view any notarization request permission.
Limits
A maximum of 100 API calls per minute is permitted. Exceeding this limit triggers a 429 Too Many Requests error.
Servers
- https://api.pandadoc.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
created_by_user_id[] |
Array | No |
Filter by creator user ID (comma-separated values supported). |
limit |
Integer | No |
Maximum number of results to return. Default value: 50 |
document_id[] |
Array | No |
Filter by document ID (comma-separated values supported). |
status[] |
Array | No |
Filter by status (comma-separated values supported). |
offset |
Integer | No |
Number of results to skip. Default value: 0 |
order_by |
String | No |
Sort field. Use a Valid values:
Default value: "date_created" |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.