cURL
curl --request GET \ --url https://api.totalis.com/user/username/check \ --header 'Authorization: Bearer <token>'
{ "available": true }
Check if a username is available. Username must match the format: 3-20 characters, alphanumeric and underscores only.
Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.
Authorization: Bearer <token>
Username to check
Username availability result
Was this page helpful?