LeanData · OAuth Scopes

LeanData OAuth Scopes

OAuth 2.0 probed

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

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

Revenue OperationsLead RoutingLead to Account MatchingSalesforceSales EngagementSales ProductivityMarketing OperationsSchedulingMeeting BookingAccount Based MarketingBuying GroupsSignal OrchestrationGo-To-MarketCRMAppExchange
Scopes: 4 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://mcp.leandata.com/authorize
Token URL
https://mcp.leandata.com/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
admin Administrator-level access to the BookIt MCP tool set. LeanData documents the admin role as able to view cancelled meetings by pool / reason / date range, check real-time availability across users and pools by meeting type, identify reps who have not connected their calendars, and manage cancellations, rescheduling and host swaps. authorizationCode
user Rep-level access. LeanData documents the rep role as able to look up their upcoming meetings and conference details, view their own meetings and pipeline, check their own availability, access their own profile and conferencing setup, and mark no-shows to trigger the credit-back process. authorizationCode
partner External partner / agent access. Corresponds to the one-time-code onboarding path for partners and AI agents that have no Salesforce credentials in the customer's org; an email address and a permission set are assigned in advance. authorizationCode
offline_access Standard OAuth offline access — issues a refresh token so an agent can keep a long-lived session. refresh_token is one of the two grant types the authorization-server metadata advertises. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: probed
source: https://mcp.leandata.com/.well-known/oauth-protected-resource
docs: https://www.leandata.com/resources/leandatas-bookit-mcp/
description: >-
  LeanData's only OAuth scope surface belongs to the BookIt MCP server. The REST APIs on
  api.leandata.com use an unscoped X-Api-Key, and the Matching / Round Robin API borrows the
  customer's Salesforce Connected App session, so neither has scopes of its own. The four
  scopes below were read from the RFC 9728 protected-resource metadata LeanData serves at
  mcp.leandata.com — they are published values, not inferred ones. LeanData does not publish
  a scopes reference page, so the descriptions are the documented role model from the BookIt
  MCP release material mapped onto the scope names, and are marked as such.

resource: https://mcp.leandata.com
authorization_server: https://mcp.leandata.com
schemes:
  - name: BookItMcpOAuth
    source: https://mcp.leandata.com/.well-known/oauth-authorization-server
    flows:
      - flow: authorizationCode
        authorizationUrl: https://mcp.leandata.com/authorize
        tokenUrl: https://mcp.leandata.com/token
        code_challenge_methods: [S256]
    registration_endpoint: https://mcp.leandata.com/register

scopes:
  - scope: admin
    description: >-
      Administrator-level access to the BookIt MCP tool set. LeanData documents the admin role
      as able to view cancelled meetings by pool / reason / date range, check real-time
      availability across users and pools by meeting type, identify reps who have not connected
      their calendars, and manage cancellations, rescheduling and host swaps.
    description_source: role-model-mapping
    flows: [authorizationCode]
    sources: [https://mcp.leandata.com/.well-known/oauth-protected-resource]
  - scope: user
    description: >-
      Rep-level access. LeanData documents the rep role as able to look up their upcoming
      meetings and conference details, view their own meetings and pipeline, check their own
      availability, access their own profile and conferencing setup, and mark no-shows to
      trigger the credit-back process.
    description_source: role-model-mapping
    flows: [authorizationCode]
    sources: [https://mcp.leandata.com/.well-known/oauth-protected-resource]
  - scope: partner
    description: >-
      External partner / agent access. Corresponds to the one-time-code onboarding path for
      partners and AI agents that have no Salesforce credentials in the customer's org; an
      email address and a permission set are assigned in advance.
    description_source: role-model-mapping
    flows: [authorizationCode]
    sources: [https://mcp.leandata.com/.well-known/oauth-protected-resource]
  - scope: offline_access
    description: >-
      Standard OAuth offline access — issues a refresh token so an agent can keep a long-lived
      session. refresh_token is one of the two grant types the authorization-server metadata
      advertises.
    description_source: oauth-standard
    flows: [authorizationCode]
    sources: [https://mcp.leandata.com/.well-known/oauth-authorization-server]

enforcement:
  note: >-
    LeanData states that once a client is connected, the tools available to each caller are
    automatically filtered by their BookIt permission set, and every action taken through the
    MCP server respects the org's routing rules, pool fairness settings and SLA logic. Scope is
    therefore an outer bound; the effective permission comes from Salesforce.

gaps:
  - >-
    No public scopes reference page. The scope NAMES are machine-discoverable but their exact
    grants are not published, so a client cannot request least privilege with confidence.
  - >-
    No scope surface on the REST APIs; a BookIt X-Api-Key is all-or-nothing.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/leandata-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.