publishers
Validate if a publisher username is available
Checks if the publisher username is already taken.
GET
/
publishers
/
validate
Query Parameters
username
string
requiredThe publisher username to validate.
Response
200 - application/json
isAvailable
boolean
True if the username is available, false otherwise.
Was this page helpful?