Skip to main content
GET
/
v1
/
avatars
List Avatars
curl --request GET \
  --url https://api.morphel.com/v1/avatars/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "avatar_id": "<string>",
    "status": "<string>",
    "name": "<string>",
    "error": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

avatar_id
string
required
status
string
required
name
string | null
error
Error · object