Yieldmo · OAuth Scopes

Yieldmo OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://yieldmo-cuba.auth.us-east-1.amazoncognito.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.

AdvertisingProgrammaticNative AdvertisingAd ExchangePublisher MonetizationHeader BiddingContextual TargetingAd FormatsSupply Side PlatformSSPCampaign ReportingAttention AnalyticsMCPPrebidAdTech
Scopes: 3 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://yieldmo-cuba.auth.us-east-1.amazoncognito.com/oauth2/authorize
Token URL
https://yieldmo-cuba.auth.us-east-1.amazoncognito.com/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid Standard OpenID Connect scope; returns the subject identifier. The only scope the protected resource itself advertises as required. authorizationCode, implicit
profile Standard OpenID Connect scope; returns basic profile claims. authorizationCode, implicit
email Standard OpenID Connect scope; returns the email claim. authorizationCode, implicit

Source

OAuth Scopes

Raw ↑
generated: '2026-08-12'
method: probed
source: >-
  https://api.yieldmo.com/.well-known/oauth-authorization-server (scopes_supported) and
  https://api.yieldmo.com/.well-known/oauth-protected-resource (scopes_supported for the resource)
docs: null
docs_note: >-
  Yieldmo publishes no scopes or permissions reference page. Everything below was read off the
  provider's own OAuth discovery documents. The OpenAPI at openapi/yieldmo-dcs-mcp-openapi.json
  declares no securitySchemes at all, so no operation-level scope requirements can be derived —
  the scope surface is identity-only.

schemes:
  - name: mcp-oauth2
    source: well-known/yieldmo-oauth-authorization-server.json
    issuer: https://api.yieldmo.com/dcs/mcp
    flows:
      - flow: authorizationCode
        authorizationUrl: https://yieldmo-cuba.auth.us-east-1.amazoncognito.com/oauth2/authorize
        tokenUrl: https://yieldmo-cuba.auth.us-east-1.amazoncognito.com/oauth2/token

scopes:
  - scope: openid
    description: Standard OpenID Connect scope; returns the subject identifier. The only scope the protected resource itself advertises as required.
    flows: [authorizationCode, implicit]
    required_by_resource: true
    sources:
      - well-known/yieldmo-oauth-authorization-server.json
      - well-known/yieldmo-oauth-protected-resource.json
  - scope: profile
    description: Standard OpenID Connect scope; returns basic profile claims.
    flows: [authorizationCode, implicit]
    required_by_resource: false
    sources: [well-known/yieldmo-oauth-authorization-server.json]
  - scope: email
    description: Standard OpenID Connect scope; returns the email claim.
    flows: [authorizationCode, implicit]
    required_by_resource: false
    sources: [well-known/yieldmo-oauth-authorization-server.json]

analysis: >-
  All three scopes are the stock OpenID Connect set emitted by an Amazon Cognito user pool. Yieldmo
  has defined NO resource-server scopes of its own — there is no read/write split, no per-report or
  per-advertiser scope, and no scope that constrains which campaigns or advertisers a token can
  reach. Authorization for the 19 campaign-reporting operations is therefore entirely implicit in
  the identity, enforced server-side and invisible to the client. An agent cannot request least
  privilege against this API because no narrower privilege is offered.

scope_count: 3
provider_defined_scope_count: 0

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/yieldmo-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.