EaserixDocs
DevelopersAPI referenceSignNotary directory

States with notary listings

Jurisdictions that have listings, with listed and verified counts — the data behind the state hub index. Unauthenticated, IP rate-limited.

View as Markdown
GET
/public/notary/states

Response Body

application/json

curl -X GET "https://example.com/public/notary/states"
{  "states": [    {      "state": "string",      "stateName": "string",      "listed": 0,      "verified": 0    }  ]}