Qualified · OAuth Scopes

Qualified OAuth Scopes

OAuth 2.0 searched

Qualified 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.

CompanyConversational MarketingSalesMarketingArtificial IntelligenceAI AgentsLead GenerationCustomer EngagementSalesforceAnalytics
Scopes: 0 Flows: Method: searched

Scopes (0)

Qualified 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

Raw ↑
generated: '2026-08-26'
method: searched
source: https://app.qualified.com/docs/api
docs: https://app.qualified.com/docs/api
api: qualified-com-enterprise-api
model: >-
  Qualified does not run an OAuth 2.0 authorization-code flow for the Enterprise API.
  API keys are minted inside the Qualified app with an explicit, named set of
  OAuth-style scopes, and the key is then presented as a bearer token. The OpenAPI
  declares only `bearerToken` (http/bearer), so the scope vocabulary below is read
  from the published reference rather than from `securitySchemes` — recorded here so
  the permission surface is machine-readable even though the spec does not model it.
enforcement:
  insufficient_scope_status: 403
  insufficient_scope_body: '{"code": "insufficient_scope"}'
  convention: >-
    Read endpoints require a :view scope; write endpoints require a :manage scope.
    Granting :manage also grants the matching :view.
scope_count: 9
scopes:
- name: lead:view
  description: Read leads.
  operations: [listLeads, getLead]
- name: lead:manage
  description: Create and update leads. Implies lead:view.
  operations: [upsertLead]
- name: company:manage
  description: Create and update companies. Companies cannot be read back.
  operations: [upsertCompany]
- name: session:view
  description: Read website sessions.
  operations: [listSessions, getSession]
- name: conversation:view
  description: Read conversations and messages. Covers both message endpoints.
  operations: [listConversations, getConversation, listConversationMessages, listMessages, getMessage]
- name: meeting:view
  description: Read meetings.
  operations: [listMeetings, getMeeting]
- name: meeting:manage
  description: Cancel meetings. Implies meeting:view.
  operations: [cancelMeeting]
- name: email:view
  description: Read outbound email activity.
  operations: [listEmails, getEmail]
- name: bulk_job:manage
  description: Submit bulk jobs and read their status. Covers both /v2/bulk endpoints.
  operations: [createBulkJob, getBulkJob]
- name: gdpr:manage
  description: Submit GDPR deletion requests.
  operations: [createGdprDeletionRequest]
- name: legacy:view
  description: Read the legacy /v1 bot and rep reporting endpoints.
  operations: [listBotConversations, listRepConversations]
unscoped_operations:
- operationId: listLeadFields
  note: GET /v2/leads/fields requires only a valid token, no scope.
- operationId: listCompanyFields
  note: GET /v2/companies/fields requires only a valid token, no scope.

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/qualified-com-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.