G
Gravatar Public API
Details
- URL
-
https://api.gravatar.com/v3 - Spec
- https://api.gravatar.com/v3/openapi
- Docs
- https://docs.gravatar.com/rest-api/
Authentication
Authorization: Bearer <credential> Log in to your Gravatar account, open the Developer Dashboard, click Create New Application, complete the app details, then copy the generated API key. Use it as a bearer token in Authorization: Bearer <API_KEY>.
Authorization: Bearer <credential> Create or update an application in the Developer Dashboard. Configure its redirect URL(s), then send users to https://public-api.wordpress.com/oauth2/authorize with your client_id, redirect_uri, response_type, and Gravatar scopes. Exchange the returned code at https://public-api.wordpress.com/oauth2/token, or use the implicit token flow described in the Authentication guide. Use the resulting access token as Authorization: Bearer <ACCESS_TOKEN>.