Salesflare · OAuth Scopes

Salesflare OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://api.salesflare.com/oidc/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.

CRMSalesB2BContactsAccountOpportunitiesEmailAutomationLead Generation
Scopes: 2 Flows: authorizationCode, implicit, clientCredentials Method: probed

OAuth endpoints

Authorization URL
https://api.salesflare.com/oidc/auth
Token URL
https://api.salesflare.com/oidc/token
Flows
authorizationCodeimplicitclientCredentials

Scopes (2)

ScopeDescriptionFlows
openid OIDC baseline scope. Issues an ID token identifying the Salesflare user who authorized the client. Claims advertised: sub, sid, auth_time, iss. authorizationCode, implicit
offline_access Issues a refresh token so the client can keep calling after the access token expires. Required for a persistent MCP connection. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: probed
source: https://api.salesflare.com/.well-known/oauth-authorization-server
note: >-
  Salesflare's OpenAPI declares no oauth2 securityScheme, so
  0-working/derive-oauth-scopes.py returns nothing. The OAuth surface is real but
  lives outside the spec: it authorizes the hosted MCP server, and it advertises
  its scopes through RFC 8414 authorization-server metadata and RFC 9728
  protected-resource metadata. Both were fetched live. Salesflare publishes no
  scopes/permissions reference page — the only scopes it advertises are the two
  OIDC baseline scopes below, which means the MCP connection is an
  all-or-nothing grant over the user's CRM rather than a least-privilege one.
  The REST API uses unscoped account-level API keys and has no scope surface at all.
schemes:
  - name: salesflareOIDC
    type: openIdConnect
    issuer: https://api.salesflare.com/oidc
    source: https://api.salesflare.com/.well-known/oauth-authorization-server
    flows:
      - flow: authorizationCode
        authorizationUrl: https://api.salesflare.com/oidc/auth
        tokenUrl: https://api.salesflare.com/oidc/token
        pkce: S256
      - flow: implicit
        authorizationUrl: https://api.salesflare.com/oidc/auth
      - flow: clientCredentials
        tokenUrl: https://api.salesflare.com/oidc/token
scopes:
  - scope: openid
    description: >-
      OIDC baseline scope. Issues an ID token identifying the Salesflare user who
      authorized the client. Claims advertised: sub, sid, auth_time, iss.
    flows: [authorizationCode, implicit]
    sources: [https://api.salesflare.com/.well-known/oauth-authorization-server]
  - scope: offline_access
    description: >-
      Issues a refresh token so the client can keep calling after the access token
      expires. Required for a persistent MCP connection.
    flows: [authorizationCode]
    sources: [https://api.salesflare.com/.well-known/oauth-authorization-server]
protected_resources:
  - resource: https://mcp.salesflare.com/mcp
    authorization_servers: [https://api.salesflare.com/oidc]
    scopes_supported: [openid, offline_access]
    bearer_methods_supported: [header]
    spec: RFC 9728
    source: https://mcp.salesflare.com/.well-known/oauth-protected-resource
scope_count: 2
gaps:
  - >-
    No resource-level or action-level scopes. Nothing distinguishes a read-only
    agent connection from one that can create and update accounts, contacts,
    opportunities and tasks — the two published scopes govern identity and token
    lifetime only.
  - No public scopes/permissions reference page.

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/salesflare-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.