Zemanta · OAuth Scopes

Zemanta OAuth Scopes

OAuth 2.0 searched

Zemanta uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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.

CompanyAdvertisingNative AdvertisingProgrammaticDSPAdTechContent RecommendationMarketingCampaign ManagementDemand Side PlatformMedia Buying
Scopes: 0 Flows: Method: searched

Scopes (0)

Zemanta implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

zemanta-scopes.yml Raw ↑
generated: '2026-08-12'
method: searched
source: https://dev.zemanta.com/one/api/
docs: https://dev.zemanta.com/one/api/
api: zemanta:teads-dsp-api
authorization_server: https://oneapi.zemanta.com/o/token/
flow: clientCredentials
scope_model: coarse
scope_count: 2
scopes:
- name: read
  description: >-
    Read access to the Teads DSP campaign-management resources (accounts, credits,
    campaigns, budgets, goals, ad groups, ads, creatives, audiences, publisher groups,
    deals, keyword lists, reports and statistics).
  source: token response
- name: write
  description: >-
    Create and update access to the same campaign-management resources, including
    POST/PUT/DELETE on campaigns, ad groups, ads, creatives, bid modifiers, deals
    and keyword lists.
  source: token response
evidence: >-
  The documented token response for POST https://oneapi.zemanta.com/o/token/ is
  {"access_token": "...", "token_type": "Bearer", "expires_in": 36000, "scope": "read write"}.
  The docs publish no per-resource scope reference page; "read write" is granted to the
  application as a whole.
notes:
- >-
  There is no published scopes/permissions reference beyond the read/write pair returned
  in the token response — the API does not document per-resource or per-operation scopes.
- >-
  No /.well-known/oauth-authorization-server document is served, so the scope list could
  not be confirmed from a discovery document (see well-known/zemanta-well-known.yml).