DocSend · OAuth Scopes

DocSend OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://docsend.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.

CompanyEnterpriseDocument SharingSales EnablementAnalyticsData RoomE-SignatureMCPDropbox
Scopes: 2 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://docsend.com/oauth/authorize
Token URL
https://docsend.com/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (2)

ScopeDescriptionFlows
mcp:read Read access exposed through the DocSend hosted MCP server. authorizationCode, clientCredentials
mcp:write Write access exposed through the DocSend hosted MCP server. authorizationCode, clientCredentials

Source

OAuth Scopes

docsend-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: >-
  https://docsend.com/.well-known/oauth-authorization-server (scopes_supported)
  + WWW-Authenticate scope challenge on https://mcp.docsend.com/mcp
schemes:
- name: OAuth2
  source: well-known/docsend-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://docsend.com/oauth/authorize
    tokenUrl: https://docsend.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://docsend.com/oauth/token
scopes:
- scope: mcp:read
  description: Read access exposed through the DocSend hosted MCP server.
  flows: [authorizationCode, clientCredentials]
  sources: [well-known/docsend-oauth-authorization-server.json]
- scope: mcp:write
  description: Write access exposed through the DocSend hosted MCP server.
  flows: [authorizationCode, clientCredentials]
  sources: [well-known/docsend-oauth-authorization-server.json]