cURL
curl --request GET \ --url https://api.sorsa.io/v2/about \ --header 'ApiKey: <api-key>'
{ "country": "United States", "last_username_change_at": "2021-01-01T00:00:00Z", "username_change_count": 1 }
Get info about a user’s account. Link or user_id is required. Returns country, username change count, and last username change time.
link or user_id
OK
"United States"
"2021-01-01T00:00:00Z"
1
Was this page helpful?