User Data
Authorizations
AuthorizationstringRequired
User token for authentication
Query parameters
usernamestringRequired
Current username of the profile to check
Responses
200
Username history retrieved successfully
application/json
Array of username history entries, ordered from most recent to oldest
usernamestringOptional
Username at the time of detection
detected_atinteger · int64Optional
Unix timestamp in milliseconds when this username was detected
400
Invalid request parameters
application/json
401
Authentication failed
application/json
get
/username-historyLast updated