Archive Technologies · OAuth Scopes

Archive Technologies OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://app.archive.com/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.

CompanyCreator MarketingInfluencer MarketingSocial ListeningUser Generated ContentE-commerceGraphQLMCP
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.archive.com/oauth/authorize
Token URL
https://app.archive.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp Grants an OAuth client access to the Archive MCP server (app.archive.com/api/v2/mcp), which fronts the Archive GraphQL API on the authorized user's behalf. authorizationCode

Source

OAuth Scopes

archive-technologies-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://app.archive.com/.well-known/oauth-authorization-server
docs: https://api-docs.archive.com
description: >-
  Archive's direct GraphQL API authenticates with a workspace-scoped bearer token, not
  OAuth, so it exposes no scope surface. OAuth is used only by Archive's hosted MCP server,
  whose RFC 8414 authorization-server metadata declares a single supported scope, "mcp".
schemes:
- name: mcpOAuth
  type: oauth2
  source: https://app.archive.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.archive.com/oauth/authorize
    tokenUrl: https://app.archive.com/oauth/token
scopes:
- scope: mcp
  description: >-
    Grants an OAuth client access to the Archive MCP server (app.archive.com/api/v2/mcp),
    which fronts the Archive GraphQL API on the authorized user's behalf.
  flows: [authorizationCode]
  sources: [https://app.archive.com/.well-known/oauth-authorization-server]