AdStage.io · Authentication Profile

Adstageio Authentication

Authentication

AdStage.io secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyAdvertisingAdTechMarketingAnalyticsReportingAdvertising DataCross-Network AdvertisingAcquired
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

bearerToken http
scheme: bearer · in: header ()
oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

adstageio-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://github.com/adstage/api-documentation/blob/master/src/adstage_api_concepts/authentication.apib
docs: https://github.com/adstage/api-documentation
note: >-
  AdStage (acquired by TapClicks, April 2020) documented the AdStage Data API in
  API Blueprint. The standalone API host (platform.adstage.io) no longer
  resolves; this profile captures the published authentication model verbatim
  from the surviving public documentation.
summary:
  types: [http, oauth2]
  http_scheme: bearer
  http_location: header
  oauth2_flows: [authorizationCode]
  self_service_registration: false
schemes:
  - name: bearerToken
    type: http
    scheme: bearer
    in: header
    description: >-
      HTTP header bearer token for API authentication. Tokens are provisioned by
      the AdStage Customer Success team (support@adstage.io) or an organization
      account manager; there is no self-service token issuance.
    sources:
      - https://github.com/adstage/api-documentation/blob/master/src/adstage_api_concepts/authentication.apib
  - name: oauth2
    type: oauth2
    description: >-
      For applications serving multiple AdStage users, the AdStage API acts as an
      OAuth 2 provider. client_id / client_secret pairs are provisioned manually
      by the Customer Success team (support@adstage.io); there is no self-service
      OAuth application registration.
    flows:
      - flow: authorizationCode
    sources:
      - https://github.com/adstage/api-documentation/blob/master/src/adstage_api_concepts/authentication.apib