AdQuick · OAuth Scopes

AdQuick OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://www.adquick.com/mcp/oauth/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.

CompanyEnterprise SaasAdvertisingOut Of Home AdvertisingDOOHProgrammatic AdvertisingMedia BuyingMarketingMCP
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.adquick.com/mcp/oauth/authorize
Token URL
https://www.adquick.com/mcp/oauth/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
inventory_read Search and browse advertising inventory
availability_read Check unit availability
supplier_inventory View supplier-specific inventory
campaign_read Search and view campaigns
campaign_write Create, update, and manage campaigns
programmatic_read Read programmatic (DSP) plans and pacing

Source

OAuth Scopes

adquick-scopes.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://www.adquick.com/.well-known/oauth-authorization-server
docs: https://www.adquick.com/mcp/usage-documentation
notes: >-
  OAuth 2.0 scopes for the AdQuick MCP server. The authorization-server metadata advertises four
  scopes (inventory_read, campaign_read, campaign_write, programmatic_read); the MCP usage
  documentation additionally documents availability_read and supplier_inventory. All six are
  captured. The partner REST API uses a static X-PARTNER-TOKEN header and has no OAuth scope surface.
schemes:
- name: MCPOAuth2
  source: https://www.adquick.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.adquick.com/mcp/oauth/authorize
    tokenUrl: https://www.adquick.com/mcp/oauth/token
scopes:
- scope: inventory_read
  description: Search and browse advertising inventory
  advertised_in_metadata: true
- scope: availability_read
  description: Check unit availability
  advertised_in_metadata: false
- scope: supplier_inventory
  description: View supplier-specific inventory
  advertised_in_metadata: false
- scope: campaign_read
  description: Search and view campaigns
  advertised_in_metadata: true
- scope: campaign_write
  description: Create, update, and manage campaigns
  advertised_in_metadata: true
- scope: programmatic_read
  description: Read programmatic (DSP) plans and pacing
  advertised_in_metadata: true