Fourthwall · OAuth Scopes

Fourthwall OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.fourthwall.com/open-api/v1.0/platform/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.

Creator CommerceEcommerceMerchStorefrontMembershipsDonationsPrint on Demand
Scopes: 14 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.fourthwall.com/auth/realms/Fourthwall/protocol/openid-connect/auth
Token URL
https://api.fourthwall.com/open-api/v1.0/platform/token
Flows
authorizationCode

Scopes (14)

ScopeDescriptionFlows
donation_read Read donations authorizationCode
giveaway_read Read giveaways authorizationCode
giveaway_write Write giveaways authorizationCode
memberships_read Read memberships authorizationCode
memberships_write Write memberships authorizationCode
offer_read Read products, collections, and gifting authorizationCode
offer_write Write products, collections, and gifting authorizationCode
order_read Read orders authorizationCode
order_write Write orders and fulfillments authorizationCode
promotions_read Read promotions authorizationCode
promotions_write Write promotions authorizationCode
shop_read Read shop information authorizationCode
webhook_read Read webhooks authorizationCode
webhook_write Write webhooks authorizationCode

Source

OAuth Scopes

fourthwall-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/fourthwall-openapi.yml
schemes:
- name: oauth
  source: openapi/fourthwall-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.fourthwall.com/auth/realms/Fourthwall/protocol/openid-connect/auth
    tokenUrl: https://api.fourthwall.com/open-api/v1.0/platform/token
  description: OAuth 2.0 for multi-shop platform apps.
scopes:
- scope: donation_read
  description: Read donations
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: giveaway_read
  description: Read giveaways
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: giveaway_write
  description: Write giveaways
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: memberships_read
  description: Read memberships
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: memberships_write
  description: Write memberships
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: offer_read
  description: Read products, collections, and gifting
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: offer_write
  description: Write products, collections, and gifting
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: order_read
  description: Read orders
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: order_write
  description: Write orders and fulfillments
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: promotions_read
  description: Read promotions
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: promotions_write
  description: Write promotions
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: shop_read
  description: Read shop information
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: webhook_read
  description: Read webhooks
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml
- scope: webhook_write
  description: Write webhooks
  flows:
  - authorizationCode
  sources:
  - openapi/fourthwall-openapi.yml