Skip to main content
GET
/
id-to-username
/
{user_id}
User ID to Username
curl --request GET \
  --url https://api.sorsa.io/v3/id-to-username/{user_id} \
  --header 'ApiKey: <api-key>'
{
  "handle": "elonmusk"
}

Authorizations

ApiKey
string
header
required

Path Parameters

user_id
string
required

user_id required

Response

OK

handle
string
Example:

"elonmusk"