Connect The Dots · OAuth Scopes

Connect The Dots OAuth Scopes

OAuth 2.0 searched

Connect The Dots uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

CompanyRelationship IntelligenceSalesWarm IntroductionsNetwork GraphCRMMCPVenture Capital
Scopes: 0 Flows: Method: searched

Scopes (0)

Connect The Dots implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

ctd-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://app.ctd.ai/.well-known/oauth-authorization-server + https://ctd.ai/integrations-mcp
docs: https://ctd.ai/integrations-mcp
oauth: true
authorization_server: https://app.ctd.ai/users-api
flows:
- authorization_code
pkce: S256
scopes:
- name: read
  description: >-
    Read access to your relationship graph — look up people and companies, resolve
    warm paths to a target, natural-language path search, list ghost emails and the
    activity feed, and see recent job changes across your network.
- name: write
  description: >-
    Write access — create and send ghost emails, update path stages, run approver
    actions (share/decline), and add or remove path participants.
notes: >-
  read and write are the only scopes advertised by the OAuth authorization-server
  metadata (scopes_supported). Scope descriptions are mapped from the documented
  REST/MCP operation surface (GET operations = read; POST/PATCH operations = write).