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