cURL
curl --request GET \ --url https://app.d-sports.org/api/user/check-username
Returns whether the given username is available for registration. No authentication required.
{ success: true, data: { available: boolean } }
Was this page helpful?