DevelopersAPI referenceSignNotary
Schedule the session
Sets the session time (RFC3339, future) and an optional note for the customer.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/notary/requests/string/schedule" \ -H "Content-Type: application/json" \ -d '{ "scheduledAt": "2019-08-24T14:15:22Z" }'{ "request": { "id": "string", "documentId": "string", "state": "string", "stateName": "string", "status": "string", "docType": "string", "signerCity": "string", "timingNote": "string", "scheduledAt": "2019-08-24T14:15:22Z", "sessionNote": "string", "completedAt": "2019-08-24T14:15:22Z", "created": "2019-08-24T14:15:22Z", "notary": { "slug": "string", "fullName": "string", "commissionNumber": "string", "state": "string" } }}Release a claimed request
Puts the request back in the state queue and clears the schedule.
Download the document for the session
The signed envelope PDF, available to the claiming notary only once every signer has signed (the document is awaiting notarization) — before that the notary has no business reading it (409).