AOL · OAuth Scopes

AOL OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.login.yahoo.com/oauth2/get_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.

AdvertisingDigital MediaEntertainmentNewsFortune 1000
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.login.yahoo.com/oauth2/request_auth
Token URL
https://api.login.yahoo.com/oauth2/get_token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
email Email address authorizationCode
openid OpenID Connect authentication authorizationCode
profile Basic profile information authorizationCode

Source

OAuth Scopes

aol-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/aol-openapi.yml
schemes:
- name: oauth2
  source: openapi/aol-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.login.yahoo.com/oauth2/request_auth
    tokenUrl: https://api.login.yahoo.com/oauth2/get_token
scopes:
- scope: email
  description: Email address
  flows:
  - authorizationCode
  sources:
  - openapi/aol-openapi.yml
- scope: openid
  description: OpenID Connect authentication
  flows:
  - authorizationCode
  sources:
  - openapi/aol-openapi.yml
- scope: profile
  description: Basic profile information
  flows:
  - authorizationCode
  sources:
  - openapi/aol-openapi.yml