Evertune · OAuth Scopes

Evertune OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://auth.evertune.ai/oauth/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.

CompanyGenerative Engine OptimizationAI SearchBrand MonitoringMarketing IntelligenceAI VisibilityAnalyticsArtificial Intelligence
Scopes: 14 Flows: authorizationCode, clientCredentials, implicit Method: probed

OAuth endpoints

Authorization URL
https://auth.evertune.ai/authorize
Token URL
https://auth.evertune.ai/oauth/token
Flows
authorizationCodeclientCredentialsimplicit

Scopes (14)

ScopeDescriptionFlows
openid OpenID Connect authentication; issues an ID token for the signed-in user.
profile Basic profile claims for the signed-in user.
offline_access Issues a refresh token for long-lived sessions.
name The user's full name claim.
given_name The user's given name claim.
family_name The user's family name claim.
nickname The user's nickname claim.
email The user's email address claim.
email_verified Whether the user's email address has been verified.
picture The user's profile picture claim.
created_at When the user account was created.
identities The linked identity providers for the user account.
phone The user's phone number claim.
address The user's address claim.

Source

OAuth Scopes

evertune-scopes.yml Raw ↑
generated: '2026-08-13'
method: probed
source: https://auth.evertune.ai/.well-known/openid-configuration
docs: null
note: >-
  These are the scopes_supported advertised by Evertune's Auth0 tenant at
  auth.evertune.ai. They are the standard OpenID Connect identity/profile
  scopes plus Auth0's offline_access -- they govern sign-in to the Evertune web
  application, not access to any product API. Evertune publishes no developer
  API and therefore no API permission/scope reference; there is no scopes or
  permissions page on evertune.ai or docs.evertune.ai to search. Recorded
  verbatim from the discovery document, with nothing added.
schemes:
- name: Auth0OIDC
  source: well-known/evertune-openid-configuration.json
  issuer: https://auth.evertune.ai/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.evertune.ai/authorize
    tokenUrl: https://auth.evertune.ai/oauth/token
  - flow: clientCredentials
    tokenUrl: https://auth.evertune.ai/oauth/token
  - flow: implicit
    authorizationUrl: https://auth.evertune.ai/authorize
scope_count: 14
scopes:
- scope: openid
  description: OpenID Connect authentication; issues an ID token for the signed-in user.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: profile
  description: Basic profile claims for the signed-in user.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: offline_access
  description: Issues a refresh token for long-lived sessions.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: name
  description: The user's full name claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: given_name
  description: The user's given name claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: family_name
  description: The user's family name claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: nickname
  description: The user's nickname claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: email
  description: The user's email address claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: email_verified
  description: Whether the user's email address has been verified.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: picture
  description: The user's profile picture claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: created_at
  description: When the user account was created.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: identities
  description: The linked identity providers for the user account.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: phone
  description: The user's phone number claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
- scope: address
  description: The user's address claim.
  layer: identity
  sources: [well-known/evertune-openid-configuration.json]
api_scopes: []
api_scopes_note: >-
  No product/API scopes are published. Evertune ships no developer API, so no
  audience-bound scopes (read:*, write:*) exist to record.