https://your-domain.atlassian.net/rest/api/3/avatar/{type}/systemReturns a list of system avatar details by owner type, where the owner types are issue type, project, or user. This operation can be accessed anonymously. **Permissions required:** None.
The avatar type.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/avatar/{type}/system' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/avatar/{type}/systemReturns a list of system avatar details by owner type, where the owner types are issue type, project, or user. This operation can be accessed anonymously. **Permissions required:** None.
The avatar type.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/avatar/{type}/system' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}