v1

latestOpenAPI 3.0.12026-07-269671357.0 KB
Notaries

Create notary

post/v1/notaries/

Request body

emailstring required

Unique email address for the new notary account

us_state_abbrstring required

Two-letter abbreviation for the state in which the notary is commissioned.

first_namestring required

First name of the notary. Must match their notary commission.

middle_namestring

Middle name of the notary. Must match their notary commission.

last_namestring required

Last name of the notary. Must match their notary commission.

Example request

{
  "email": "test@proof.com",
  "us_state_abbr": "va",
  "first_name": "Joe",
  "middle_name": "L",
  "last_name": "Smith"
}

Response

creates new notary

idstring

The ID of notary.

first_namestring

First name of the notary.

middle_namestring

Middle name of the notary.

last_namestring

Last name of the notary.

emailstring

Email address for the notary.

us_state_abbrstring

The two letter abbreviation of the state where this notary is registered.

status'compliant' | 'needs_review' | 'not_compliant'
status_description'Notary is clear to take meetings.' | 'Notary awaiting Proof approval of documentation.' | 'Notary is missing required documentation.' | 'Notary status is pending.'