Notarize · OAuth Scopes

Notarize OAuth Scopes

OAuth 2.0 searched

Notarize publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Notarize API on a user’s behalf.

Tokens are issued from https://api.proof.com/oauth/v2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyProptechNotarizationRemote Online NotarizationIdentity VerificationeSignatureDigital CredentialsReal EstateMortgageLegal Tech
Scopes: 2 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://api.proof.com/oauth/v2/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
read Read access to Proof API resources. clientCredentials
write Write access to create and modify Proof API resources. clientCredentials

Source

OAuth Scopes

notarize-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://dev.proof.com/docs/oauth-client-credentials
docs: https://dev.proof.com/docs/oauth-client-credentials
notes: >-
  Proof's OAuth 2.0 client_credentials grant issues tokens with a coarse
  read/write scope pair (seen in the token and token/info responses:
  "scope":"read write"). Proof does not publish a fine-grained per-resource
  scope catalog; access is primarily differentiated by API-key access level
  (Full Access vs Client Only) rather than OAuth scopes.
schemes:
  - name: OAuth2
    source: https://dev.proof.com/docs/oauth-client-credentials
    flows:
      - flow: clientCredentials
        tokenUrl: https://api.proof.com/oauth/v2/token
scopes:
  - scope: read
    description: Read access to Proof API resources.
    flows: [clientCredentials]
    sources: [https://dev.proof.com/docs/oauth-client-credentials]
  - scope: write
    description: Write access to create and modify Proof API resources.
    flows: [clientCredentials]
    sources: [https://dev.proof.com/docs/oauth-client-credentials]