GET /public/v2/notary/notaries
Retrieve a list of notaries associated with your organization.
Important Notes
- At the moment, notaries can be added to organization only manually through the PandaDoc Notary UI.
- Organization must have Notary addon enabled to use this endpoint
Servers
- https://api.pandadoc.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
Maximum number of results to return Default value: 50 |
commission_state[] |
Array | No |
Filter by commission state (comma-separated values supported) |
status[] |
Array | No |
Filter by status (comma-separated values supported). Valid values are INVITED, UNDER_REVIEW, ACTIVE, REJECTED, INACTIVE |
offset |
Integer | No |
Number of results to skip Default value: 0 |
order_by |
String | No |
Sort by name, email, or status (default is email). Use a - prefix for descending order (e.g., -email) Valid values:
Default value: "email" |
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.