curl --request GET \
--url https://{host}/frontend/api/v1/user/current/avatar \
--header 'Authorization: Bearer <token>'
{
"avatars": [
{
"created": "2023-11-07T05:31:56Z",
"enabled": true,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"provider": "probe-dev",
"url": "<string>"
}
]
}
curl --request GET \
--url https://{host}/frontend/api/v1/user/current/avatar \
--header 'Authorization: Bearer <token>'
{
"avatars": [
{
"created": "2023-11-07T05:31:56Z",
"enabled": true,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"provider": "probe-dev",
"url": "<string>"
}
]
}
API Key Security (Header).
Avatar provider list
Show child attributes
Include disabled avatars
OK
The response is of type object
.