cURL
curl --request GET \ --url https://api.sorsa.io/v2/id-to-handle/{user_id} \ --header 'ApiKey: <api-key>'
{ "handle": "elonmusk" }
Retrieve the Twitter handle associated with a specified user ID. The request requires the “id” parameter to be provided in the query.
user_id required
OK
"elonmusk"
Was this page helpful?