AWeber · OAuth Scopes

AWeber OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://auth.aweber.com/oauth2/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.

Email MarketingMarketing AutomationEmailNewslettersSubscribersCampaignsLanding Pages
Scopes: 9 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.aweber.com/oauth2/authorize
Token URL
https://auth.aweber.com/oauth2/token
Flows
authorizationCode

Scopes (9)

ScopeDescriptionFlows
account.read Read account information authorizationCode
email.read Read broadcasts and campaigns authorizationCode
email.write Manage broadcasts and campaigns authorizationCode
landing-page.read Read landing pages authorizationCode
landing-page.write Manage landing pages authorizationCode
list.read Read lists authorizationCode
list.write Manage lists authorizationCode
subscriber.read Read subscribers authorizationCode
subscriber.write Manage subscribers authorizationCode

Source

OAuth Scopes

aweber-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/aweber-openapi.yml
schemes:
- name: OAuth2
  source: openapi/aweber-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.aweber.com/oauth2/authorize
    tokenUrl: https://auth.aweber.com/oauth2/token
scopes:
- scope: account.read
  description: Read account information
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: email.read
  description: Read broadcasts and campaigns
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: email.write
  description: Manage broadcasts and campaigns
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: landing-page.read
  description: Read landing pages
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: landing-page.write
  description: Manage landing pages
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: list.read
  description: Read lists
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: list.write
  description: Manage lists
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: subscriber.read
  description: Read subscribers
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml
- scope: subscriber.write
  description: Manage subscribers
  flows:
  - authorizationCode
  sources:
  - openapi/aweber-openapi.yml