avatars

List avatars

Retrieves a list of available avatars for the authenticated user.

get/me/avatars

Query parameters

selected_email_hashstring

The SHA256 hash of the email address used to determine which avatar is selected. The 'selected' attribute in the avatar list will be set to 'true' for the avatar associated with this email.

Response

Successful retrieval of avatars

image_idstring required

Unique identifier for the image.

image_urlstring uri required

Image URL

rating'G' | 'PG' | 'R' | 'X' required

Rating associated with the image.

alt_textstring required

Alternative text description of the image.

selectedboolean

Whether the image is currently selected as the provided selected email's avatar.

updated_datestring date-time required

Date and time when the image was last updated.

Example response

[
  {
    "image_id": "38be15a98a2bbc40df69172a2a8349",
    "image_url": "https://gravatar.com/userimage/252014526/d38bele5a98a2bbc40df69172a2a8348.jpeg",
    "alt_text": "Gravatar's avatar image. Gravatar is a service for providing globally unique avatars.",
    "selected": true,
    "updated_date": "2021-10-01T12:00:00Z"
  }
]

Changes

Changed in 2 of the 11 revisions of this API.2

    • for the query request parameter selected_email_hash, default value was added

      request-parameter-default-value-added

    • for the query request parameter selected_email_hash, default value was removed

      request-parameter-default-value-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog