cURL
curl --request GET \ --url https://app.d-sports.org/api/user/check-username
{ "success": true, "data": { "available": true } }
Checks whether a given username (handle) is available. Case-insensitive lookup.
The username to check.
Availability result
true
Show child attributes
Was this page helpful?