Gravatar · OAuth Scopes

Gravatar OAuth Scopes

OAuth 2.0 searched

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

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.

AvatarsIdentityProfilesSocialImagesGraphQLREST
Scopes: 3 Flows: implicit Method: searched

OAuth endpoints

Authorization URL
https://public-api.wordpress.com/oauth2/authorize
Flows
implicit

Scopes (3)

ScopeDescriptionFlows
auth Required to work with any Gravatar endpoints; allows the user to authenticate.
gravatar-profile:read Allows access to the user's profile information, like avatar, about info, or display name.
gravatar-profile:manage Allows editing the user's profile information, like avatar, about info, or display name.

Source

OAuth Scopes

gravatar-scopes.yml Raw ↑
generated: '2026-07-11'
method: searched
source: openapi/openapi.json
docs: https://docs.gravatar.com/api/oauth/
schemes:
- name: oauth
  source: openapi/openapi.json
  flows:
  - flow: implicit
    authorizationUrl: https://public-api.wordpress.com/oauth2/authorize
  description: WordPress OAuth token to authenticate the request.
scopes:
- scope: auth
  description: Required to work with any Gravatar endpoints; allows the user to authenticate.
  sources:
  - https://docs.gravatar.com/api/oauth/
- scope: gravatar-profile:read
  description: Allows access to the user's profile information, like avatar, about
    info, or display name.
  sources:
  - https://docs.gravatar.com/api/oauth/
- scope: gravatar-profile:manage
  description: Allows editing the user's profile information, like avatar, about
    info, or display name.
  sources:
  - https://docs.gravatar.com/api/oauth/