Gravatar · Authentication Profile

Gravatar Authentication

Authentication

Gravatar secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the implicit flow(s).

AvatarsIdentityProfilesSocialImagesGraphQLREST
Methods: http, oauth2 Schemes: 2 OAuth flows: implicit API key in:

Security Schemes

apiKey http
scheme: bearer
oauth oauth2
· flows: implicit

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.json
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - implicit
schemes:
- name: apiKey
  type: http
  scheme: bearer
  description: Bearer token to authenticate the request. Full profile information is only available
    in authenticated requests.
  sources:
  - openapi/openapi.json
- name: oauth
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: https://public-api.wordpress.com/oauth2/authorize
    scopes: 0
  description: WordPress OAuth token to authenticate the request.
  sources:
  - openapi/openapi.json