cURL
curl --request GET \ --url https://app.d-sports.org/api/user/check-username
Returns whether a handle is available. Used during onboarding and profile editing.
{ success, data: { available: boolean } }
Was this page helpful?