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

Authorizations

ApiKey
string
header
required

Path Parameters

user_handle
string
required

user_handle required

Response

OK

id
string
Example:

"1"