} text-align: left; border: 1px solid #ddd; td, th { } width: 100%; border-collapse: collapse; table { } padding: 10px; border: 1px solid #ddd; table, tr, td, th, caption { } margin: 20px; font-family: Arial, sans-serif; body {
The Gravatar profile is a unique email address associated with a user's Google account, which is used to track their activity on the site. It was created by Gary Kildall in 1999 as part of the development of the popular email service.
Method | Description |
---|---|
GET /memos | This endpoint returns a list of recent Gravatars, sorted by date. |
GET /memos/{id} | This endpoint returns the metadata associated with a specific Gravatar memo. |
POST /memos | This endpoint creates a new Gravatar memo. |
To create a free profile, you can visit the Gravatar website and fill out the registration form. Once your account is created, you will be able to upload your profile picture and cover image.
A valid Google account is required to use Gravatar. Additionally, you will need to have a verified email address associated with your Google account.
// Get list of recent Gravatars https://gravatar.com/encoredataproductes/api/v1/memos // Get metadata associated with a specific Gravatar memo https://gravatar.com/encoredataproductes/api/v1/memos/{id} // Create new Gravatar memo https://gravatar.com/encoredataproductes/api/v1/memos