Appcharge · OAuth Scopes

Appcharge OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.appcharge.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.

CompanyPaymentsMonetizationMerchant of RecordMobile GamesGamingCheckoutIn-Game PurchasesWeb StoreeCommerce
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.appcharge.com/oauth/authorize
Token URL
https://api.appcharge.com/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
mcp:read Read access via the Appcharge MCP server. authorizationCode
mcp:write Write access via the Appcharge MCP server. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-17'
method: searched
source: https://api.appcharge.com/.well-known/oauth-authorization-server
docs: https://mcp.appcharge.com/.well-known/oauth-protected-resource
description: >-
  OAuth 2.0 scopes published by Appcharge's authorization server (RFC 8414).
  These scopes gate the hosted MCP server (mcp.appcharge.com); the publisher
  REST API itself authenticates with the x-publisher-token API key (see
  authentication/). Flow: authorization_code with PKCE (S256) and dynamic
  client registration; token_endpoint_auth_methods_supported = [none] (public
  clients).
schemes:
  - name: OAuth2
    source: https://api.appcharge.com/.well-known/oauth-authorization-server
    issuer: https://api.appcharge.com
    flows:
      - flow: authorizationCode
        authorizationUrl: https://api.appcharge.com/oauth/authorize
        tokenUrl: https://api.appcharge.com/oauth/token
        registrationUrl: https://api.appcharge.com/oauth/register
        jwksUri: https://api.appcharge.com/.well-known/jwks-oauth.json
        pkce: [S256]
scopes:
  - scope: mcp:read
    description: Read access via the Appcharge MCP server.
    flows: [authorizationCode]
    sources: [https://api.appcharge.com/.well-known/oauth-authorization-server]
  - scope: mcp:write
    description: Write access via the Appcharge MCP server.
    flows: [authorizationCode]
    sources: [https://api.appcharge.com/.well-known/oauth-authorization-server]