This is designed to be used as the src attribute of an HTML <img> tag to show the profile image of the given user.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://trashnothing.com/api/v1.2/users//profile-image'
Response Response Example
302 - Example 1
{}
Request
Path Params
Query Params
Responses
🔵302This endpoint returns an HTTP redirect to a URL that hosts the image. So requests on this endpoint that automatically follow redirects (eg. most browsers) will be redirected to a valid image file.