Get the avatar image of a user
Get the avatar image of a user
Path Parameters
id string required
The ID of the user to retrieve the avatar for
size string required
Possible values: [small
, large
]
The size of the avatar to retrieve
Query Parameters
token string required
The JWT token to retrieve the avatar for
Responses
- 200
- 400
- 401
- 404
- 500
The avatar of the user
image/png
Schema
Schema
string
Invalid request body
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
The user was not found
Internal Server Error
Loading...