dotloop · OAuth Scopes

dotloop OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://auth.dotloop.com/oauth/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.

Real EstateTransaction ManagementLoopsDocumentsE-SignatureZillow Group
Scopes: 8 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.dotloop.com/oauth/authorize
Token URL
https://auth.dotloop.com/oauth/token
Flows
authorizationCode

Scopes (8)

ScopeDescriptionFlows
account:read Read account details. authorizationCode
contact:read Read contacts. authorizationCode
contact:write Create, update, and delete contacts. authorizationCode
loop:read Read loops, details, folders, documents, participants, tasks, and activities. authorizationCode
loop:write Create and update loops and their contents. authorizationCode
profile:read Read profiles. authorizationCode
profile:write Create and update profiles. authorizationCode
template:read Read loop templates. authorizationCode

Source

OAuth Scopes

dotloop-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dotloop-openapi.yml
schemes:
- name: oauth2
  source: openapi/dotloop-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.dotloop.com/oauth/authorize
    tokenUrl: https://auth.dotloop.com/oauth/token
  description: OAuth2 authorization code flow. Access tokens are short-lived (typically 12 hours)
    and passed as a Bearer token. Scopes include account:read, profile:read, profile:write,
    loop:read, loop:write, contact:read, contact:write, and template:read.
scopes:
- scope: account:read
  description: Read account details.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml
- scope: contact:read
  description: Read contacts.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml
- scope: contact:write
  description: Create, update, and delete contacts.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml
- scope: loop:read
  description: Read loops, details, folders, documents, participants, tasks, and activities.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml
- scope: loop:write
  description: Create and update loops and their contents.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml
- scope: profile:read
  description: Read profiles.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml
- scope: profile:write
  description: Create and update profiles.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml
- scope: template:read
  description: Read loop templates.
  flows:
  - authorizationCode
  sources:
  - openapi/dotloop-openapi.yml