Operations for retrieving user-related data and history
Retrieves previous usernames of a Twitter profile. Note - It's not guaranteed it'll work for all profiles or include all previous usernames
Current username of the profile to check
Array of username history entries, ordered from most recent to oldest
GET /pro/username-history HTTP/1.1 Host: monitor-api.tweet-catcher.com Authorization: YOUR_API_KEY Accept: */*
Username history retrieved successfully
[ { "username": "voxelpengus", "detected_at": 1734288454285 }, { "username": "waitnfts", "detected_at": 1732114683137 }, { "username": "yisuscoin", "detected_at": 1732036964077 }, { "username": "basemonkies", "detected_at": 1729444806355 }, { "username": "baseboys_nft", "detected_at": 1727641888036 } ]