User Data

Operations for retrieving user-related data and history

Get Username History

get

Retrieves previous usernames of a Twitter profile. Note - It's not guaranteed it'll work for all profiles or include all previous usernames

Authorizations
AuthorizationstringRequired

User token for authentication

Query parameters
usernamestringRequired

Current username of the profile to check

Responses
chevron-right
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

get
/username-history

Last updated