---
title: "List avatars"
method: GET
path: "/me/avatars"
tags: ["avatars"]
---

# List avatars

`GET /me/avatars`

Retrieves a list of available avatars for the authenticated user.

## Query parameters

- `selected_email_hash` string

## Response `200`

Successful retrieval of avatars

- Avatar[]
  - `image_id` string, required — Unique identifier for the image.
  - `image_url` string, uri, required — Image URL
  - `rating` 'G' | 'PG' | 'R' | 'X', required — Rating associated with the image.
  - `alt_text` string, required — Alternative text description of the image.
  - `selected` boolean — Whether the image is currently selected as the provided selected email's avatar.
  - `updated_date` string, date-time, required — Date and time when the image was last updated.

## Other responses

- `401` — Not Authorized
- `403` — Insufficient Scope

---

[API](https://skmtc.net/gravatar/apis/gravatar-public-api.md) · [All operations](https://skmtc.net/gravatar/apis/gravatar-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravatar/gravatar-public-api/revisions/afbaed3c5b19/schema)
