---
title: "Get available avatar options for a profile"
method: GET
path: "/v1/profiles/{handle}/avatars"
tags: ["profiles"]
---

# Get available avatar options for a profile

`GET /v1/profiles/{handle}/avatars`

Returns avatar URLs derived from verified social identities for a public profile.

## Path parameters

- `handle` string, required — User handle (case-insensitive)

## Response `200`

Successful Response

- AvatarOptionsResponse — Response model for GET /v1/account/avatars.
  - `avatars` AvatarOption[] — Available avatar options
    - `platform` string, required — Platform the avatar is derived from (e.g., 'github', 'x')
    - `avatar_url` string, required — Avatar image URL
  - `selected_url` string, nullable — Currently selected avatar URL

## Other responses

- `404` — Profile not found or private
- `422` — Validation Error

---

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