v3

latestOpenAPI 3.0.1Proprietary2026-07-314140169.7 KB
User Management

Get a specific user profile

Retrieve information for a single user profile by username.

get/uploadposts/users/{username}

Path parameters

usernamestring required

The username of the profile to retrieve.

Response

Profile retrieved successfully.

successboolean

Example response

{
  "success": true
}