CallMiner · OAuth Scopes

CallMiner OAuth Scopes

OAuth 2.0 probed

CallMiner publishes 5 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 CallMiner API on a user’s behalf.

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.

CompanyConversation IntelligenceSpeech AnalyticsContact CenterCustomer ExperienceArtificial IntelligenceAnalyticsTranscriptionQuality ManagementCompliance
Scopes: 5 Flows: authorizationCode, clientCredentials Method: probed

Scopes (5)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an id_token. authorizationCode
profile Standard OpenID Connect profile claims for the signed-in user. authorizationCode
offline_access Issue a refresh token so the client can obtain new access tokens without user interaction. authorizationCode
https://callminer.net/auth/platform-ingestion Access to the CallMiner Eureka Ingestion API surface — adding and updating media and metadata for contacts. Observed as the resource scope requested by the Swagger UI served at https://api.callminer.net/swagger. authorizationCode
https://callminer.net/auth/platform-bulkexport Access to the CallMiner Eureka Bulk Export API surface — creating and retrieving bulk export jobs. Observed as the resource scope requested by the Swagger UI served at https://api.callminer.net/bulkexport/swagger. authorizationCode

Source

OAuth Scopes

callminer-scopes.yml Raw ↑
generated: '2026-08-09'
method: probed
source: https://api.callminer.net/swagger
notes: >-
  CallMiner publishes no public scope reference. The scopes below were observed
  on the wire: the OpenID Connect discovery document advertises only
  offline_access under scopes_supported, while CallMiner's own first-party
  Swagger UIs request resource scopes in their /connect/authorize redirects.
  Those resource scopes are recorded verbatim from the observed Location header.
  This is not a complete scope catalog — a full list would require the gated
  documentation or authenticated introspection.
docs: null
schemes:
- name: CallMinerOAuth2
  authorization_url: https://idp.callminer.net/connect/authorize
  token_url: https://idp.callminer.net/connect/token
  flows:
  - authorizationCode
  - clientCredentials
scopes:
- scope: openid
  description: OpenID Connect authentication; returns an id_token.
  kind: standard
  flows:
  - authorizationCode
  sources:
  - https://api.callminer.net/swagger
- scope: profile
  description: Standard OpenID Connect profile claims for the signed-in user.
  kind: standard
  flows:
  - authorizationCode
  sources:
  - https://api.callminer.net/swagger
- scope: offline_access
  description: Issue a refresh token so the client can obtain new access tokens without user interaction.
  kind: standard
  flows:
  - authorizationCode
  sources:
  - https://idp.callminer.net/.well-known/openid-configuration
  - https://api.callminer.net/swagger
- scope: https://callminer.net/auth/platform-ingestion
  description: >-
    Access to the CallMiner Eureka Ingestion API surface — adding and updating
    media and metadata for contacts. Observed as the resource scope requested by
    the Swagger UI served at https://api.callminer.net/swagger.
  kind: resource
  api: CallMiner Eureka Ingestion API
  flows:
  - authorizationCode
  sources:
  - https://api.callminer.net/swagger
- scope: https://callminer.net/auth/platform-bulkexport
  description: >-
    Access to the CallMiner Eureka Bulk Export API surface — creating and
    retrieving bulk export jobs. Observed as the resource scope requested by the
    Swagger UI served at https://api.callminer.net/bulkexport/swagger.
  kind: resource
  api: CallMiner Eureka Bulk Export API
  flows:
  - authorizationCode
  sources:
  - https://api.callminer.net/bulkexport/swagger
completeness:
  complete: false
  reason: >-
    scopes_supported in the discovery document lists only offline_access, so the
    resource scopes are not enumerable anonymously. Only the two resource scopes
    CallMiner's own UIs request could be observed.
x-evidence:
  fetched: '2026-08-09'
  evidence:
  - url: https://idp.callminer.net/.well-known/openid-configuration
    http_status: 200
  - url: https://api.callminer.net/swagger
    http_status: 302
  - url: https://api.callminer.net/bulkexport/swagger
    http_status: 302