List 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
status
array of strings
length ≤ 10

Filter by status (comma-separated values supported).

status
created_by_user_id
array of strings
length ≤ 30

Filter by creator user ID (comma-separated values supported).

created_by_user_id
document_id
array of strings
length ≤ 30

Filter by document ID (comma-separated values supported).

document_id
integer
≥ 0
Defaults to 0

Number of results to skip.

integer
1 to 100
Defaults to 50

Maximum number of results to return.

string
enum
Defaults to date_created

Sort field. Use a - prefix for descending order (e.g., -date_created). When omitted, results are sorted by date_created ascending (oldest first).

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json