SeedLegals · OAuth Scopes

SeedLegals OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.seedlegals.com/mcp/oauth2/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.

CompanyBusiness ApplicationsLegal TechStartupsFundraisingCap TableEquityComplianceMCPOpenID Connect
Scopes: 7 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.seedlegals.com/mcp/oauth2/authorize https://auth.seedlegals.com/oauth2/authorize
Token URL
https://api.seedlegals.com/mcp/oauth2/token https://auth.seedlegals.com/oauth2/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token for the SeedLegals user. authorizationCode
email Access the authenticated user's email address. authorizationCode
read Read access to SeedLegals resources exposed through the MCP server. authorizationCode
write Write access to SeedLegals resources exposed through the MCP server. authorizationCode
offline_access Issue a refresh token for long-lived access (FusionAuth identity provider). authorizationCode
phone Access the authenticated user's phone number (FusionAuth identity provider). authorizationCode
profile Access the authenticated user's profile claims (FusionAuth identity provider). authorizationCode

Source

OAuth Scopes

seedlegals-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://api.seedlegals.com/.well-known/oauth-authorization-server
docs: https://api.seedlegals.com/.well-known/oauth-protected-resource
schemes:
- name: SeedLegals MCP OAuth2
  source: https://api.seedlegals.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.seedlegals.com/mcp/oauth2/authorize
    tokenUrl: https://api.seedlegals.com/mcp/oauth2/token
- name: SeedLegals Identity (FusionAuth OIDC)
  source: https://auth.seedlegals.com/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.seedlegals.com/oauth2/authorize
    tokenUrl: https://auth.seedlegals.com/oauth2/token
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token for the SeedLegals user.
  flows: [authorizationCode]
  sources: [MCP OAuth2, FusionAuth OIDC]
- scope: email
  description: Access the authenticated user's email address.
  flows: [authorizationCode]
  sources: [MCP OAuth2, FusionAuth OIDC]
- scope: read
  description: Read access to SeedLegals resources exposed through the MCP server.
  flows: [authorizationCode]
  sources: [MCP OAuth2]
- scope: write
  description: Write access to SeedLegals resources exposed through the MCP server.
  flows: [authorizationCode]
  sources: [MCP OAuth2]
- scope: offline_access
  description: Issue a refresh token for long-lived access (FusionAuth identity provider).
  flows: [authorizationCode]
  sources: [FusionAuth OIDC]
- scope: phone
  description: Access the authenticated user's phone number (FusionAuth identity provider).
  flows: [authorizationCode]
  sources: [FusionAuth OIDC]
- scope: profile
  description: Access the authenticated user's profile claims (FusionAuth identity provider).
  flows: [authorizationCode]
  sources: [FusionAuth OIDC]