Check Username Availability
Check if username exists.
get/customers/{username}
Path parameters
usernamestring required
Unique username
Headers
api-keystring required
API key
auth-keystring required
Auth key generated using API key & secret
Response
200
Example response
{
"status": 200,
"error": "username not found"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.