Dreamdata · OAuth Scopes

Dreamdata OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://authenticate.dreamdata.io/oauth/2.1/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.

CompanyB2B AttributionRevenue AttributionMarketing AnalyticsCustomer JourneyEvent TrackingAudience ActivationAnalyticsMCP
Scopes: 5 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://authenticate.dreamdata.io/oauth/2.1/authorize https://authenticate.dreamdata.io/propelauth/oauth/authorize
Token URL
https://authenticate.dreamdata.io/oauth/2.1/token https://authenticate.dreamdata.io/propelauth/oauth/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
read Read Dreamdata resources (reports, audiences, company journeys). Required consent for the MCP server. authorizationCode
reports:write Save Dreamdata reports. Optional consent for the MCP server. authorizationCode
openid OpenID Connect sign-in (issue an ID token). authorizationCode
email Access the user's email and email_verified claims. authorizationCode
profile Access basic profile claims (first_name, last_name, picture_url). authorizationCode

Source

OAuth Scopes

dreamdata-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://mcp.dreamdata.io/.well-known/oauth-authorization-server
docs: https://developer.dreamdata.io/mcp/mcp-server/
schemes:
- name: MCPOAuth21
  source: https://mcp.dreamdata.io/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    pkce: S256
    authorizationUrl: https://authenticate.dreamdata.io/oauth/2.1/authorize
    tokenUrl: https://authenticate.dreamdata.io/oauth/2.1/token
- name: OpenIDConnect
  source: https://authenticate.dreamdata.io/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authenticate.dreamdata.io/propelauth/oauth/authorize
    tokenUrl: https://authenticate.dreamdata.io/propelauth/oauth/token
scopes:
- scope: read
  description: Read Dreamdata resources (reports, audiences, company journeys). Required consent for the MCP server.
  flows: [authorizationCode]
  sources: [MCPOAuth21]
- scope: reports:write
  description: Save Dreamdata reports. Optional consent for the MCP server.
  flows: [authorizationCode]
  sources: [MCPOAuth21]
- scope: openid
  description: OpenID Connect sign-in (issue an ID token).
  flows: [authorizationCode]
  sources: [OpenIDConnect]
- scope: email
  description: Access the user's email and email_verified claims.
  flows: [authorizationCode]
  sources: [OpenIDConnect]
- scope: profile
  description: Access basic profile claims (first_name, last_name, picture_url).
  flows: [authorizationCode]
  sources: [OpenIDConnect]