Cookieyes · OAuth Scopes

Cookieyes OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://app.cookieyes.com/oauth2/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.

CompanyConsent ManagementPrivacyGDPRCCPACookie ConsentComplianceData ProtectionMCP
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.cookieyes.com/oauth2/auth
Token URL
https://app.cookieyes.com/oauth2/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
openid Request an OpenID Connect ID token (authenticate the end user). authorizationCode
offline Request offline access (issue a refresh token). authorizationCode
offline_access OIDC offline_access — retain a refresh token for use without the user present. authorizationCode
mcp:read Read access to the CookieYes hosted MCP server (app.cookieyes.com/mcp). authorizationCode
mcp:write Write access to the CookieYes hosted MCP server (app.cookieyes.com/mcp). authorizationCode

Source

OAuth Scopes

cookieyes-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://app.cookieyes.com/.well-known/oauth-authorization-server
docs: https://app.cookieyes.com/.well-known/openid-configuration
schemes:
- name: OAuth2
  source: https://app.cookieyes.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.cookieyes.com/oauth2/auth
    tokenUrl: https://app.cookieyes.com/oauth2/token
scopes:
- scope: openid
  description: Request an OpenID Connect ID token (authenticate the end user).
  flows:
  - authorizationCode
  sources:
  - https://app.cookieyes.com/.well-known/oauth-authorization-server
- scope: offline
  description: Request offline access (issue a refresh token).
  flows:
  - authorizationCode
  sources:
  - https://app.cookieyes.com/.well-known/oauth-authorization-server
- scope: offline_access
  description: OIDC offline_access — retain a refresh token for use without the user present.
  flows:
  - authorizationCode
  sources:
  - https://app.cookieyes.com/.well-known/oauth-authorization-server
- scope: mcp:read
  description: Read access to the CookieYes hosted MCP server (app.cookieyes.com/mcp).
  flows:
  - authorizationCode
  sources:
  - https://app.cookieyes.com/.well-known/oauth-protected-resource
- scope: mcp:write
  description: Write access to the CookieYes hosted MCP server (app.cookieyes.com/mcp).
  flows:
  - authorizationCode
  sources:
  - https://app.cookieyes.com/.well-known/oauth-protected-resource