---
title: "Get eligible notaries for a transaction"
method: GET
path: "/mortgage/v2/transactions/{id}/notaries"
tags: ["Transactions"]
---

# Get eligible notaries for a transaction

`GET /mortgage/v2/transactions/{id}/notaries`

## Path parameters

- `id` string, required

## Response `200`

successful

- NotaryObject[]
  - `id` string — The ID of notary.
  - `first_name` string — First name of the notary.
  - `middle_name` string — Middle name of the notary.
  - `last_name` string — Last name of the notary.
  - `email` string — Email address for the notary.
  - `us_state_abbr` string — 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.'

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.net/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/versions/1adaa0ea25cd/schema)
