Skip to main content
GET
Get avatar

Path Parameters

id
string<uuid>
required

Opaque id of the avatar's owner.

version
string
required

Content-hash version segment identifying the exact stored object.

Response

404 - application/json

HTTP error response representation with security-conscious design.

This struct contains all the information needed to serialize an error response, including the error name, message, HTTP status code, resource information, and user-friendly messages.

HTTP error response representation with security-conscious design.

This struct contains all the information needed to serialize an error response, including the error name, message, HTTP status code, resource information, and user-friendly messages.

message
string
required

User-friendly error message safe for client display

name
string
required

The error name/type identifier

resource
string

The resource that the error relates to (optional, set by handler)

suggestion
string

Helpful suggestion for resolving the error (optional)

validation
object[]

Validation error details for field-specific errors