Canary Speech

UserCheckName

POST - /user/check-name/:username
Required Permissions:
  • scope:app
  • scope:app.userauth

Description

Checks if a username is available

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Path Parameters

NameTypeDescription
usernamestring
The name of the user

Successful Response

A successful response

Field NameTypeDescription
usernameExistsboolean
Whether the username exists or not

Code Example